diff --git a/features/seeing_credit_memos_on_admin_order_view.feature b/features/seeing_credit_memos_on_admin_order_view.feature index f5dc9606..503f61f1 100644 --- a/features/seeing_credit_memos_on_admin_order_view.feature +++ b/features/seeing_credit_memos_on_admin_order_view.feature @@ -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 diff --git a/features/seeing_refund_payments_on_admin_order_view.feature b/features/seeing_refund_payments_on_admin_order_view.feature index 4852079b..9459a69c 100644 --- a/features/seeing_refund_payments_on_admin_order_view.feature +++ b/features/seeing_refund_payments_on_admin_order_view.feature @@ -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" -