mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Cover sequential_order_number_generation.feature scenario in API
This commit is contained in:
parent
b9b1217e13
commit
0a5878f745
1 changed files with 3 additions and 3 deletions
|
|
@ -17,8 +17,8 @@ Feature: Sequential order number generation
|
|||
And the customer chose "Free" shipping method to "United States" with "Offline" payment
|
||||
And I am logged in as an administrator
|
||||
|
||||
@ui
|
||||
@ui @api
|
||||
Scenario: Verifying that orders has correct numbers
|
||||
When I browse orders
|
||||
Then I should see an order with "#00000001" number
|
||||
And I should see an order with "#00000002" number
|
||||
Then I should see an order with "#000000001" number
|
||||
And I should see an order with "#000000002" number
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue