aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-10-26 16:40:43 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2023-10-30 01:05:25 +0100
commit8e2824ea24d01908ec9d8f14fa7449353854d476 (patch)
treebfafbefac500a86e6b95a1b6ef3a1985e747b081 /tests
parenta7c88519f73dbb52132c849113d522d117b1dbfa (diff)
downloadnextcloud-server-8e2824ea24d01908ec9d8f14fa7449353854d476.tar.gz
nextcloud-server-8e2824ea24d01908ec9d8f14fa7449353854d476.zip
chore(tests): Migrate duplicated menu settings tests (access levels) to Cypress
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/acceptance/features/header.feature25
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/acceptance/features/header.feature b/tests/acceptance/features/header.feature
index 1d120e66b34..2d9e2d51516 100644
--- a/tests/acceptance/features/header.feature
+++ b/tests/acceptance/features/header.feature
@@ -1,31 +1,6 @@
@apache
Feature: header
- 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 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
- 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: normal users can see basic items in the Settings menu
- 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 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
-
Scenario: other users are seen in the contacts menu
Given I am logged in as the admin
When I open the Contacts menu