Skip to content

Commit 67f0e2f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ test.describe('link', () => {
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)