diff options
author | Joas Schilling <coding@schilljs.com> | 2023-04-18 13:59:35 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-04-18 13:59:35 +0200 |
commit | 6ac805289693a3321e64649ae911db62e77b0f8d (patch) | |
tree | 41641ed0b272a27ff44def4ad8f39b34a97982b6 /tests | |
parent | 1a255379e85f02f3fb301f709720f3210f56b011 (diff) | |
download | nextcloud-server-6ac805289693a3321e64649ae911db62e77b0f8d.tar.gz nextcloud-server-6ac805289693a3321e64649ae911db62e77b0f8d.zip |
fix(CI): Disable unstable test until someone can have a look at it
Passes locally 100% and on CI 50% of the time
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/acceptance/features/header.feature | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/acceptance/features/header.feature b/tests/acceptance/features/header.feature index ac5da75425c..d453f5dff6b 100644 --- a/tests/acceptance/features/header.feature +++ b/tests/acceptance/features/header.feature @@ -33,16 +33,16 @@ Feature: header And I see that the contact "user0" in the Contacts menu is shown And I see that the contact "admin" in the Contacts menu is not shown - Scenario: users from other groups are not seen in the contacts menu when autocompletion is restricted within the same group - Given I am logged in as the admin - And I visit the admin settings page - And I open the "Sharing" section of the "Administration" group - And I enable restricting username autocompletion to groups - And I see that username autocompletion is restricted to groups - When I open the Contacts menu - Then I see that the Contacts menu is shown - And I see that the contact "user0" in the Contacts menu is not shown - And I see that the contact "admin" in the Contacts menu is not shown +# Scenario: users from other groups are not seen in the contacts menu when autocompletion is restricted within the same group +# Given I am logged in as the admin +# And I visit the admin settings page +# And I open the "Sharing" section of the "Administration" group +# And I enable restricting username autocompletion to groups +# And I see that username autocompletion is restricted to groups +# When I open the Contacts menu +# Then I see that the Contacts menu is shown +# And I see that the contact "user0" in the Contacts menu is not shown +# And I see that the contact "admin" in the Contacts menu is not shown Scenario: just added users are seen in the contacts menu Given I am logged in as the admin |