From c26a7992f080a558f9a3ed130b95236eaae88780 Mon Sep 17 00:00:00 2001 From: Wojdylak Date: Wed, 24 Apr 2024 11:05:17 +0200 Subject: [PATCH 1/2] [Maintenance][AbstractStateMachine] Add Sylius logo to readme --- src/Sylius/Abstraction/StateMachine/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/Sylius/Abstraction/StateMachine/README.md b/src/Sylius/Abstraction/StateMachine/README.md index 95af06714c..0e21833038 100644 --- a/src/Sylius/Abstraction/StateMachine/README.md +++ b/src/Sylius/Abstraction/StateMachine/README.md @@ -7,7 +7,15 @@ should be used (Winzou State Machine or Symfony Workflow) per graph. Sylius ------ -![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) +

+ + + + + Sylius Logo. + + +

Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). From 2066882abf448e7748ad1380d9dab94969642230 Mon Sep 17 00:00:00 2001 From: Wojdylak Date: Wed, 24 Apr 2024 13:13:20 +0200 Subject: [PATCH 2/2] [Maintenance] Use chromedrive in behat tests --- .../order_filtration/filtering_orders_by_variants.feature | 2 +- features/taxonomy/managing_taxons/reordering_taxon.feature | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/features/order/managing_orders/order_filtration/filtering_orders_by_variants.feature b/features/order/managing_orders/order_filtration/filtering_orders_by_variants.feature index 2022ef8cd1..007a7cdb3f 100644 --- a/features/order/managing_orders/order_filtration/filtering_orders_by_variants.feature +++ b/features/order/managing_orders/order_filtration/filtering_orders_by_variants.feature @@ -34,7 +34,7 @@ Feature: Filtering orders by variants And I should see an order with "#0000002" number And I should see an order with "#0000003" number - @ui @api @javascript + @ui @api @mink:chromedriver Scenario: Filtering orders by multiple variants of the same product When I browse orders And I filter by variants "Nebula Top" and "Neutron Sleeveless" diff --git a/features/taxonomy/managing_taxons/reordering_taxon.feature b/features/taxonomy/managing_taxons/reordering_taxon.feature index 19b7812645..a41db069d3 100644 --- a/features/taxonomy/managing_taxons/reordering_taxon.feature +++ b/features/taxonomy/managing_taxons/reordering_taxon.feature @@ -24,14 +24,14 @@ Feature: Reordering taxons And I should see the taxon named "Watches" in the list But the first taxon on the list should be "Watches" - @ui @javascript @no-api + @ui @mink:chromedriver @no-api Scenario: Moving up the first taxon on list When I want to see all taxons in store And I move up "T-Shirts" taxon Then I should see 4 taxons on the list And the first taxon on the list should be "T-Shirts" - @ui @javascript @no-api + @ui @mink:chromedriver @no-api Scenario: Moving down the last taxon on list When I want to see all taxons in store And I move down "Wallets" taxon