X Tutup
Skip to content

Commit 8637687

Browse files
JanAckermannphil-davis
authored andcommitted
fix acceptance tests
1 parent 8dabf65 commit 8637687

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/acceptance/features/webUISharingPublic2/shareByPublicLink.feature

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,9 @@ Feature: Share by public link
218218
And the user has browsed to the shared-by-link page
219219
When the user renames folder "test" to "newfolder" using the webUI
220220
Then the following folder should be listed on the webUI
221-
| newfolder |
222-
| newfolder |
221+
| name-parts |
222+
| newfolder |
223+
| newfolder |
223224

224225
@skipOnOcV10.3
225226
Scenario: user tries to deletes the expiration date of already existing public link using webUI when expiration date is enforced

0 commit comments

Comments
 (0)
X Tutup