Skip to content

Commit 13298e4

Browse files
committed
tests: replace banned password in step
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
1 parent 7feca23 commit 13298e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/e2e-playwright/specs/shares/link.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,13 +960,13 @@ test.describe('link', () => {
960960
world,
961961
stepUser: 'Alice'
962962
})
963-
// When "Alice" tries to sets a new password "ownCloud-1" of the public link named "Unnamed link" of resource "lorem.txt"
963+
// When "Alice" tries to sets a new password "12345678" of the public link named "Unnamed link" of resource "lorem.txt"
964964
await ui.userChangesPasswordOfThePublicLinkOfResource({
965965
world,
966966
stepUser: 'Alice',
967967
resource: 'lorem.txt',
968968
linkName: 'Unnamed link',
969-
newPassword: 'ownCloud-1'
969+
newPassword: '12345678'
970970
})
971971
// Then "Alice" should see an error message
972972
// """

0 commit comments

Comments
 (0)