diff --git a/architecture-baseline.json b/architecture-baseline.json index 676851b..d791d26 100644 --- a/architecture-baseline.json +++ b/architecture-baseline.json @@ -274,7 +274,7 @@ }, { "fileName": "src/Spryker/Zed/ProductSearch/Dependency/Facade/ProductSearchToLocaleInterface.php", - "description": "Bridges: The bridge interface has incorrect method signature for `getLocale()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", + "description": "Bridges: The bridge interface has incorrect method signature for `getLocale()`. Got `$localeName` but expected to be `string $localeName`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"", "rule": "BridgeMethodsInterfaceRule", "ruleset": "Spryker", "priority": "2" diff --git a/composer.json b/composer.json index c20379b..8f64e10 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "spryker/gui": "^3.33.0", "spryker/kernel": "^3.30.0", "spryker/key-builder": "^1.1.0", - "spryker/locale": "^3.0.0", + "spryker/locale": "^3.0.0 || ^4.0.0", "spryker/product": "^5.0.0 || ^6.0.0", "spryker/product-extension": "^1.3.0", "spryker/product-page-search-extension": "^1.1.0", diff --git a/tests/SprykerTest/Zed/ProductSearch/Presentation/FilterPreferences/FilterPreferencesCest.php b/tests/SprykerTest/Zed/ProductSearch/Presentation/FilterPreferences/FilterPreferencesCest.php index 6610b26..935dd1a 100644 --- a/tests/SprykerTest/Zed/ProductSearch/Presentation/FilterPreferences/FilterPreferencesCest.php +++ b/tests/SprykerTest/Zed/ProductSearch/Presentation/FilterPreferences/FilterPreferencesCest.php @@ -94,7 +94,7 @@ public function synchronizeFilterPreferences(ProductSearchPresentationTester $i) $i->amOnPage(FilterPreferencesPage::URL_LIST); $i->click(FilterPreferencesPage::SELECTOR_SYNC_FILTERS); - $i->wait(5); + $i->wait(15); $i->canSeeCurrentUrlEquals(FilterPreferencesPage::URL_LIST); $i->canSee('Filter preferences synchronization was successful.');