mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Fixes after CR
This commit is contained in:
parent
8d42b23df8
commit
b6063990f0
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ Feature: Browsing payments
|
||||||
And I should see payment for the "#00000001" order as 2nd in the list
|
And I should see payment for the "#00000001" order as 2nd in the list
|
||||||
|
|
||||||
@ui @api-todo
|
@ui @api-todo
|
||||||
Scenario: Payments are sorted by date in ascending order
|
Scenario: Sorting payments by date in ascending order
|
||||||
Given there is an "#00000002" order with "Apple" product ordered later
|
Given there is an "#00000002" order with "Apple" product ordered later
|
||||||
When I browse payments
|
When I browse payments
|
||||||
And I sort payments by date in ascending order
|
And I sort payments by date in ascending order
|
||||||
|
|
@ -40,7 +40,7 @@ Feature: Browsing payments
|
||||||
And I should see payment for the "#00000002" order as 2nd in the list
|
And I should see payment for the "#00000002" order as 2nd in the list
|
||||||
|
|
||||||
@ui @api-todo
|
@ui @api-todo
|
||||||
Scenario: Payments are sorted by date in descending order again
|
Scenario: Sorting payments by date in descending order again
|
||||||
Given there is an "#00000002" order with "Apple" product ordered later
|
Given there is an "#00000002" order with "Apple" product ordered later
|
||||||
When I browse payments
|
When I browse payments
|
||||||
And I sort payments by date in descending order
|
And I sort payments by date in descending order
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue