mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge branch '1.13' into 2.0
* 1.13: [Maintenance] Use chromedrive in behat tests [Maintenance][AbstractStateMachine] Add Sylius logo to readme
This commit is contained in:
commit
b7f67cb03e
3 changed files with 12 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -7,7 +7,15 @@ should be used (Winzou State Machine or Symfony Workflow) per graph.
|
|||
Sylius
|
||||
------
|
||||
|
||||

|
||||
<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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue