We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7feca23 commit 13298e4Copy full SHA for 13298e4
1 file changed
tests/e2e-playwright/specs/shares/link.spec.ts
@@ -960,13 +960,13 @@ test.describe('link', () => {
960
world,
961
stepUser: 'Alice'
962
})
963
- // When "Alice" tries to sets a new password "ownCloud-1" of the public link named "Unnamed link" of resource "lorem.txt"
+ // When "Alice" tries to sets a new password "12345678" of the public link named "Unnamed link" of resource "lorem.txt"
964
await ui.userChangesPasswordOfThePublicLinkOfResource({
965
966
stepUser: 'Alice',
967
resource: 'lorem.txt',
968
linkName: 'Unnamed link',
969
- newPassword: 'ownCloud-1'
+ newPassword: '12345678'
970
971
// Then "Alice" should see an error message
972
// """
0 commit comments