Skip to content

Commit

Permalink
TE-10886 Dynamic store. (#9457)
Browse files Browse the repository at this point in the history
TE-10886 Release Dynamic Store
  • Loading branch information
demkos committed Mar 31, 2023
1 parent d50cd9a commit 0eef6da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion architecture-baseline.json
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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",
Expand Down
Expand Up @@ -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.');
Expand Down

0 comments on commit 0eef6da

Please sign in to comment.