summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/access-levels.feature
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-03-18 14:16:40 +0100
committerMorris Jobke <hey@morrisjobke.de>2019-03-18 14:16:40 +0100
commit970d52fc298c53d9386dcca83f2eb5fca21167af (patch)
tree3097ba68f5b57838004942e34783705254ce5195 /tests/acceptance/features/access-levels.feature
parent33bafb8e2bc4c732ad36999157a5acc198ce8e41 (diff)
downloadnextcloud-server-970d52fc298c53d9386dcca83f2eb5fca21167af.tar.gz
nextcloud-server-970d52fc298c53d9386dcca83f2eb5fca21167af.zip
Adjust acceptance tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests/acceptance/features/access-levels.feature')
-rw-r--r--tests/acceptance/features/access-levels.feature3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/acceptance/features/access-levels.feature b/tests/acceptance/features/access-levels.feature
index fb6b180be7e..9d5695897c0 100644
--- a/tests/acceptance/features/access-levels.feature
+++ b/tests/acceptance/features/access-levels.feature
@@ -12,7 +12,8 @@ Feature: access-levels
Scenario: regular users cannot see admin-level items on the Settings page
Given I am logged in
When I visit the settings page
- Then I see that the "Personal" settings panel is shown
+ Then I see that the "Personal info" entry in the settings panel is shown
+ And I see that the "Personal" settings panel is not shown
And I see that the "Administration" settings panel is not shown
Scenario: admin users can see admin-level items on the Settings page