forked from Sylius/Sylius
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,14 +17,14 @@ Feature: Browsing orders of a customer | |
And the customer chose "Free" shipping method to "United States" with "Cash on Delivery" payment | ||
And I am logged in as an administrator | ||
|
||
@api @todo @ui | ||
@api @ui | ||
Scenario: Browsing orders of a specific customer in the list | ||
When I browse orders of a customer "[email protected]" | ||
Then I should see a single order in the list | ||
And I should see the order with number "#00000007" in the list | ||
And I should not see the order with number "#00000008" in the list | ||
|
||
@api @todo @ui | ||
@api @ui | ||
Scenario: Sorting orders of customer by channel | ||
When I browse orders of a customer "[email protected]" | ||
And I sort the orders ascending by channel | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters