Skip to content

Commit

Permalink
Clean up behat scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
clem21 committed Jan 13, 2021
1 parent 9ba209d commit c8265d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions features/seeing_credit_memos_on_admin_order_view.feature
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Feature: Seeing credit memos in admin order view
And the customer chose "Galaxy Post" shipping method with "Space money" payment
And the order "#00000022" is already paid
And I am logged in as an administrator



@ui
Scenario: Having all credit memos listed on the order page in ascending order
Given the "#00000022" order's shipping cost already has a refund of "$4.50" with "Space money" payment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ Feature: Seeing refund payments on admin order view
Scenario: Seeing refund payment on order view
When I view the summary of the order "#00000022"
Then I should see 1 refund payment with status "New"

0 comments on commit c8265d2

Please sign in to comment.