aboutsummaryrefslogtreecommitdiffstats
path: root/tests/acceptance
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-09-14 11:24:11 +0200
committerVincent Petry <vincent@nextcloud.com>2022-09-14 15:05:35 +0200
commitda01494a372c5b780ee76807325001afd1190b11 (patch)
tree41192ee5a919603534df3fea65750ffc0ff17a99 /tests/acceptance
parent7ea015f0d199e8637392921ea5938394f9b78e73 (diff)
downloadnextcloud-server-da01494a372c5b780ee76807325001afd1190b11.tar.gz
nextcloud-server-da01494a372c5b780ee76807325001afd1190b11.zip
Add accessibility entry in user menu
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'tests/acceptance')
-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 21f9147c9ac..ac5da75425c 100644
--- a/tests/acceptance/features/header.feature
+++ b/tests/acceptance/features/header.feature
@@ -5,8 +5,9 @@ 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 8 items
+ And I see that the Settings menu has only 9 items
And I see that the "Set status" item in the Settings menu is shown
+ And I see that the "Appearance and accessibility" item in the Settings menu is shown
And I see that the "Personal settings" item in the Settings menu is shown
And I see that the "Administration settings" item in the Settings menu is shown
And I see that the "Apps" item in the Settings menu is shown
@@ -18,8 +19,9 @@ 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 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 "Appearance and accessibility" 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