diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-03-08 16:33:33 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-03-09 14:33:22 +0100 |
commit | 3d99a9d24ee710e7bac2fc1a4466aeefe915685a (patch) | |
tree | b07cf9552af2e21b27ae67743fbe5e02db42db33 /tests/acceptance/features/access-levels.feature | |
parent | 1cc7db32cd4ef24863f359ac631f810dedb5160b (diff) | |
download | nextcloud-server-3d99a9d24ee710e7bac2fc1a4466aeefe915685a.tar.gz nextcloud-server-3d99a9d24ee710e7bac2fc1a4466aeefe915685a.zip |
Header acceptance features
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'tests/acceptance/features/access-levels.feature')
-rw-r--r-- | tests/acceptance/features/access-levels.feature | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/acceptance/features/access-levels.feature b/tests/acceptance/features/access-levels.feature index 80170296675..fb6b180be7e 100644 --- a/tests/acceptance/features/access-levels.feature +++ b/tests/acceptance/features/access-levels.feature @@ -9,15 +9,6 @@ Feature: access-levels 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 - Scenario: admin users can see admin-level items in the Settings menu - 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" item in the Settings menu is shown - And I see that the "Users" 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 - Scenario: regular users cannot see admin-level items on the Settings page Given I am logged in When I visit the settings page |