mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Fixes the descending order scenarios
This commit is contained in:
parent
b12adaa465
commit
4d6c12e020
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ Feature: Sorting listed products on multiple channels
|
|||
Scenario: Sorting products by their prices with descending order on channel Poland
|
||||
When I change my current channel to "Poland"
|
||||
And I browse products from taxon "Sylius merch"
|
||||
And I sort products by the lowest price first
|
||||
And I sort products by the highest price first
|
||||
Then I should see 2 products in the list
|
||||
And the first product on the list should have name "Sylius Con stickers"
|
||||
|
||||
|
|
@ -49,6 +49,6 @@ Feature: Sorting listed products on multiple channels
|
|||
Scenario: Sorting products by their prices with descending order on channel Germany
|
||||
When I change my current channel to "Germany"
|
||||
And I browse products from taxon "Sylius merch"
|
||||
And I sort products by the lowest price first
|
||||
And I sort products by the highest price first
|
||||
Then I should see 2 products in the list
|
||||
And the first product on the list should have name "Sylius Con shirt"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue