diff options
-rw-r--r-- | .github/workflows/update-cacert-bundle.yml | 2 | ||||
-rw-r--r-- | .github/workflows/update-psalm-baseline.yml | 2 | ||||
-rw-r--r-- | tests/acceptance/features/header.feature | 20 |
3 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml index e4a7c5edb49..f599ae62ef1 100644 --- a/.github/workflows/update-cacert-bundle.yml +++ b/.github/workflows/update-cacert-bundle.yml @@ -3,7 +3,7 @@ name: Update CA certificate bundle on: workflow_dispatch: schedule: - - cron: "5 4 * * *" + - cron: "5 2 * * *" jobs: update-ca-certificate-bundle: diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 464cc2d352e..6f70d2ff978 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -3,7 +3,7 @@ name: Update Psalm baseline on: workflow_dispatch: schedule: - - cron: "5 4 * * *" + - cron: "5 2 * * *" jobs: update-psalm-baseline: 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 |