Skip to content

Commit 0038e91

Browse files
Merge pull request #13569 from owncloud/fix-function
[full-ci][tests-only] test: update the create resource function
2 parents 030aa30 + 9040dde commit 0038e91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e-playwright/specs/app-provider/urlJourneys.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test.describe('url stability for mobile and desktop client', { tag: '@predefined
4545
// And "Alice" creates the following resources
4646
// | resource | type | content |
4747
// | MicrosoftWord.docx | Microsoft Word | Microsoft Word Content |
48-
await ui.createResource({
48+
await ui.userCreatesResources({
4949
actorsEnvironment,
5050
stepUser: 'Alice',
5151
resource: 'MicrosoftWord.docx',

0 commit comments

Comments
 (0)