Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-10-02 10:12:03 +0300
committerJoas Schilling <coding@schilljs.com>2020-10-02 10:12:03 +0300
commit72556665571d900b8daf338a8b50550da4f08530 (patch)
tree911fc92c843ba01c4f275f9b4028df502d2fa4ba /tests
parentdab344f6746b3f6efb4c93d390b2c8380cb88bee (diff)
Set status is also there now
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/acceptance/features/header.feature6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/acceptance/features/header.feature b/tests/acceptance/features/header.feature
index 94b08e8f6d9..df9d8045b8b 100644
--- a/tests/acceptance/features/header.feature
+++ b/tests/acceptance/features/header.feature
@@ -5,7 +5,8 @@ Feature: header
Given I am logged in as the admin
When I open the Settings menu
Then I see that the Settings menu is shown
- And I see that the Settings menu has only 5 items
+ And I see that the Settings menu has only 6 items
+ And I see that the "Set status" item in the Settings menu is shown
And I see that the "Settings" item in the Settings menu is shown
And I see that the "Apps" item in the Settings menu is shown
And I see that the "Users" item in the Settings menu is shown
@@ -16,7 +17,8 @@ Feature: header
Given I am logged in
When I open the Settings menu
Then I see that the Settings menu is shown
- And I see that the Settings menu has only 3 items
+ And I see that the Settings menu has only 4 items
+ And I see that the "Set status" item in the Settings menu is shown
And I see that the "Settings" item in the Settings menu is shown
And I see that the "Help" item in the Settings menu is shown
And I see that the "Log out" item in the Settings menu is shown