diff --git a/features/admin/promotion/managing_promotions/accessing_the_coupons_management_from_the_promotion_page.feature b/features/admin/promotion/managing_promotions/accessing_the_coupons_management_from_the_promotion_page.feature index 64bd6d998f..3b40d286f7 100644 --- a/features/admin/promotion/managing_promotions/accessing_the_coupons_management_from_the_promotion_page.feature +++ b/features/admin/promotion/managing_promotions/accessing_the_coupons_management_from_the_promotion_page.feature @@ -10,13 +10,13 @@ Feature: Accessing the coupons management from the promotion page And it is a coupon based promotion And I am logged in as an administrator - @ui @no-api + @no-api @ui Scenario: Being able to manage promotion's coupons When I modify a "Christmas sale" promotion And I want to manage this promotion coupons Then I should be on this promotion's coupons management page - @ui @no-api + @no-api @ui Scenario: Add new promotion and not being able to manage promotion's coupons When I create a new promotion And I specify its code as "FULL_METAL_PROMOTION" diff --git a/features/admin/promotion/managing_promotions/adding_promotion.feature b/features/admin/promotion/managing_promotions/adding_promotion.feature index ef27e4019b..974afc80c5 100644 --- a/features/admin/promotion/managing_promotions/adding_promotion.feature +++ b/features/admin/promotion/managing_promotions/adding_promotion.feature @@ -76,7 +76,7 @@ Feature: Adding a new promotion Then I should be notified that it has been successfully created And the "Full metal promotion" promotion should not applies to discounted items - @ui @mink:chromedriver @no-api + @no-api @ui @mink:chromedriver Scenario: Seeing rule and action configuration forms When I want to create a new promotion And I add a new rule diff --git a/features/admin/promotion/managing_promotions/adding_promotion_with_action_in_different_channels.feature b/features/admin/promotion/managing_promotions/adding_promotion_with_action_in_different_channels.feature index 3620dcd099..3ed288dee5 100644 --- a/features/admin/promotion/managing_promotions/adding_promotion_with_action_in_different_channels.feature +++ b/features/admin/promotion/managing_promotions/adding_promotion_with_action_in_different_channels.feature @@ -9,7 +9,7 @@ Feature: Adding a new promotion with action configured in different channels And the store also operates on another channel named "Web-GB" in "GBP" currency And I am logged in as an administrator - @ui @mink:chromedriver @api + @api @ui @mink:chromedriver Scenario: Adding a new promotion with item fixed discount When I want to create a new promotion And I specify its code as "20_for_all_products" diff --git a/features/admin/promotion/managing_promotions/deleting_multiple_promotions.feature b/features/admin/promotion/managing_promotions/deleting_multiple_promotions.feature index b3f907f5ff..b20ec55b88 100644 --- a/features/admin/promotion/managing_promotions/deleting_multiple_promotions.feature +++ b/features/admin/promotion/managing_promotions/deleting_multiple_promotions.feature @@ -11,7 +11,7 @@ Feature: Deleting multiple promotions And there is also a promotion "Easter sale" And I am logged in as an administrator - @ui @mink:chromedriver @no-api + @no-api @ui @mink:chromedriver Scenario: Deleting multiple promotions at once When I browse promotions And I check the "Christmas sale" promotion diff --git a/features/admin/promotion/managing_promotions/seeing_correct_percentage_discounts_while_editing_promotion_with_action_and_decimal_places.feature b/features/admin/promotion/managing_promotions/seeing_correct_percentage_discounts_while_editing_promotion_with_action_and_decimal_places.feature index 33a6bb9fdf..f8da6440ee 100644 --- a/features/admin/promotion/managing_promotions/seeing_correct_percentage_discounts_while_editing_promotion_with_action_and_decimal_places.feature +++ b/features/admin/promotion/managing_promotions/seeing_correct_percentage_discounts_while_editing_promotion_with_action_and_decimal_places.feature @@ -26,7 +26,7 @@ Feature: Seeing correct percentage discounts while editing promotion with action Then I should be notified that it has been successfully edited And it should have "2.56%" of order percentage discount - @ui @no-api + @no-api @ui Scenario: Seeing an accurate percentage amount after using a comma as a decimal separator When I want to modify a "Cheap Stuff" promotion And I edit this promotion percentage action to have "2,56%" diff --git a/features/admin/promotion/managing_promotions/seeing_errors_in_promotion_channel_based_configuration.feature b/features/admin/promotion/managing_promotions/seeing_errors_in_promotion_channel_based_configuration.feature index 9cb2b9be00..609670f847 100644 --- a/features/admin/promotion/managing_promotions/seeing_errors_in_promotion_channel_based_configuration.feature +++ b/features/admin/promotion/managing_promotions/seeing_errors_in_promotion_channel_based_configuration.feature @@ -11,7 +11,7 @@ Feature: Seeing errors in promotion channel based configuration And there is a promotion "Holiday promotion" And I am logged in as an administrator - @ui @no-api + @no-api @ui Scenario: Seeing the number of errors per channel in order fixed discount Given this promotion gives "$10.00" discount to every order in the "Web" channel and "$5.00" discount to every order in the "Mobile" channel When I want to modify a "Holiday promotion" promotion @@ -19,7 +19,7 @@ Feature: Seeing errors in promotion channel based configuration And I try to save my changes And I should see that the action for "Mobile" channel has 1 validation error - @ui @no-api + @no-api @ui Scenario: Seeing the number of errors per channel in product fixed discount Given this promotion gives "$2.00" off on every product in the "Web" channel and "$3.00" off in the "Mobile" channel When I want to modify a "Holiday promotion" promotion @@ -27,7 +27,7 @@ Feature: Seeing errors in promotion channel based configuration And I try to save my changes And I should see that the action for "Mobile" channel has 1 validation error - @ui @no-api + @no-api @ui Scenario: Seeing the number of errors per channel in product percentage discount Given this promotion gives "5%" off on every product in the "Web" channel and "10%" off in the "Mobile" channel When I want to modify a "Holiday promotion" promotion @@ -35,7 +35,7 @@ Feature: Seeing errors in promotion channel based configuration And I try to save my changes And I should see that the action for "Mobile" channel has 1 validation error - @ui @no-api + @no-api @ui Scenario: Seeing the number of errors per channel with rule based on items' total Given this promotion gives "$10.00" discount to every order in the "Web" channel and "$5.00" discount to every order in the "Mobile" channel And this promotion only applies to orders with a total of at least "$100.00" for "Web" channel and "$50.00" for "Mobile" channel