Cover sequential_order_number_generation.feature scenario in API

This commit is contained in:
Jacob Tobiasz 2023-11-15 18:17:11 +01:00
parent b9b1217e13
commit 0a5878f745
No known key found for this signature in database
GPG key ID: 3F84290201B006E0

View file

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