Skip to content

Commit

Permalink
Merge branch '1.13' into 2.0
Browse files Browse the repository at this point in the history
* 1.13:
  [Maintenance] Use chromedrive in behat tests
  [Maintenance][AbstractStateMachine] Add Sylius logo to readme
  • Loading branch information
GSadee committed Apr 25, 2024
2 parents d3ec448 + da86bdb commit b7f67cb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
Expand Up @@ -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"
Expand Down
Expand Up @@ -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
Expand Down
10 changes: 9 additions & 1 deletion src/Sylius/Abstraction/StateMachine/README.md
Expand Up @@ -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)
<p align="center">
<a href="https://sylius.com" target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://media.sylius.com/sylius-logo-800-dark.png">
<source media="(prefers-color-scheme: light)" srcset="https://media.sylius.com/sylius-logo-800.png">
<img alt="Sylius Logo." src="https://media.sylius.com/sylius-logo-800.png">
</picture>
</a>
</p>

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).

Expand Down

0 comments on commit b7f67cb

Please sign in to comment.