diff --git a/composer.json b/composer.json index 48a1a7b4900c486c5ac60a7b4e9a0999732deb5b..2015a60ca89737672a286330c0e16a1bb91b1378 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,7 @@ "drupal/schema_digital_document": "^1.0.0", "drupal/schema_metatag": "^2", "drupal/schema_social_media_posting": "^1.0.0", - "drupal/search_api": "^1.23", + "drupal/search_api": "^1.27", "drupal/search_api_autocomplete": "^1.5", "drupal/search_api_solr": "^4.2.7", "drupal/search_api_spellcheck": "^4.0", diff --git a/composer.lock b/composer.lock index f3e094f9df90810b97cd26ab33dd58bfe1c136b4..9bf5792540fefce1468fef406f803ee6359d1491 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "dddcc68a1682a24863be6a36480bf04f", + "content-hash": "33a500b2144a39c0d1868060b2d86a42", "packages": [ { "name": "asm89/stack-cors", @@ -6205,17 +6205,17 @@ }, { "name": "drupal/search_api", - "version": "1.26.0", + "version": "1.27.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api.git", - "reference": "8.x-1.26" + "reference": "8.x-1.27" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.26.zip", - "reference": "8.x-1.26", - "shasum": "a37f4ac23f7f0517df85fd450b4a9a50333ae93d" + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.27.zip", + "reference": "8.x-1.27", + "shasum": "b8c9a055fe43435c09231fd93d3e07c5d2863a46" }, "require": { "drupal/core": "^9.3 || ^10.0" @@ -6236,8 +6236,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.26", - "datestamp": "1664975343", + "version": "8.x-1.27", + "datestamp": "1666211720", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" diff --git a/tests/features/update/deploy_0108601.feature b/tests/features/update/deploy_0108601.feature deleted file mode 100644 index 1023afc3cbb95adb3e4617980bed8607e15c48a1..0000000000000000000000000000000000000000 --- a/tests/features/update/deploy_0108601.feature +++ /dev/null @@ -1,16 +0,0 @@ -@api @group-clone -Feature: Test update deploy_0108601. - - Scenario: Navigate to a joinup-licensing-assistant solution, and assert that the link IS NOT present in the left-side menu for not anonymous user. - Given I am an anonymous user - When I visit "/collection/eupl/solution/joinup-licensing-assistant/jla-compatibility-checker" - Then I should not see the link "Compatibility Documents" - - Scenario: Navigate to a joinup-licensing-assistant solution, and assert that the link IS present in the left-side menu for Licence manager role. - Given I am logged in as a user with the "Licence manager" role - When I visit "/collection/eupl/solution/joinup-licensing-assistant/jla-compatibility-checker" - Then I should see the heading "Legal notice" - When I check "agree" - And I press "Submit" - Then I should see the heading "JLA - Compatibility Checker" - And I should see the link "Compatibility Documents" diff --git a/tests/features/update/deploy_108600.feature b/tests/features/update/deploy_108600.feature deleted file mode 100644 index b9cd825ee2bd311bed1b4be7c6255086db212d19..0000000000000000000000000000000000000000 --- a/tests/features/update/deploy_108600.feature +++ /dev/null @@ -1,21 +0,0 @@ -@group-clone @api -Feature: Test joinup_core_deploy_108600. - - Scenario: All active members with accepted terms have active announcements. - - Given all active memberships with accepted terms have active announcements - - Scenario: Ensure announcements are enable in existing collection. - - When I am logged in as a moderator - And I go to the homepage of the "EC Open Source Programme Office" collection - And I should see the link "Settings" in the "Entity actions" region - And I click "Settings" in the "Entity actions" region - Then I should see the heading "EC Open Source Programme Office collection settings" - And the "Announcements enabled" checkbox should be checked - - Then I go to the homepage of the "Joinup" collection - And I should see the link "Settings" in the "Entity actions" region - And I click "Settings" in the "Entity actions" region - Then I should see the heading "Joinup collection settings" - And the "Announcements enabled" checkbox should be checked