Skip to content

Commit 18ff224

Browse files
committed
chore: fix expected text in test
1 parent 19e8bd9 commit 18ff224

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/acceptance/features/webUIRestrictSharing/restrictSharing.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Feature: restrict Sharing
7070
| share | no |
7171
Then dialog should be displayed on the webUI
7272
| title | content |
73-
| Error while sharing | Group sharing is not allowed |
73+
| Error whilst sharing | Group sharing is not allowed |
7474
When the user reloads the current page of the webUI
7575
Then the following permissions are seen for "simple-folder" in the sharing dialog for group "grp1"
7676
| share | yes |
@@ -85,7 +85,7 @@ Feature: restrict Sharing
8585
| create | no |
8686
Then dialog should be displayed on the webUI
8787
| title | content |
88-
| Error while sharing | Group sharing is not allowed |
88+
| Error whilst sharing | Group sharing is not allowed |
8989
When the user reloads the current page of the webUI
9090
Then the following permissions are seen for "simple-folder" in the sharing dialog for group "grp1"
9191
| create | yes |

0 commit comments

Comments
 (0)