Fix settings ui tests

This commit is contained in:
Dipak Acharya
2021-05-04 14:26:17 +05:45
parent 58a88b16e2
commit 21db768e6b
9 changed files with 325 additions and 42 deletions
@@ -4,15 +4,16 @@ Feature: Set user specific settings
So that I can customize my OCIS experience to my liking
Background:
Given these users have been created with default attributes:
Given these users have been created with default attributes and without skeleton files:
| username |
| user1 |
| user2 |
And user "user1" has created folder "simple-folder"
Scenario: Check the default settings
Given user "user1" has logged in using the webUI
And the user browses to the settings page
Then the setting "Language" should have value "Please select"
Then the setting "Language" should not have any value
When the user browses to the files page
Then the files menu should be listed in language "English"