]> source.dussan.org Git - nextcloud-server.git/commitdiff
Set status is also there now
authorJoas Schilling <coding@schilljs.com>
Fri, 2 Oct 2020 07:12:03 +0000 (09:12 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Fri, 2 Oct 2020 09:26:53 +0000 (09:26 +0000)
Signed-off-by: Joas Schilling <coding@schilljs.com>
tests/acceptance/features/header.feature

index 94b08e8f6d94bfd9d1ac8d3396636b5142762124..df9d8045b8b36eb49a5371f743c5ce61dab20b6c 100644 (file)
@@ -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