Fixes after CR

This commit is contained in:
Michał Pysiak 2024-04-23 10:26:48 +02:00
parent 8d42b23df8
commit b6063990f0
No known key found for this signature in database
GPG key ID: 9C1F2D0F99830187

View file

@ -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