diff --git a/features/admin/redirecting_on_login_after_being_logout.feature b/features/admin/redirecting_on_login_after_being_logout.feature index 17ae72218b4..f370b73f79d 100644 --- a/features/admin/redirecting_on_login_after_being_logout.feature +++ b/features/admin/redirecting_on_login_after_being_logout.feature @@ -8,7 +8,7 @@ Feature: Redirecting on login page Given the store operates on a single channel in "United States" And I have been logged out from administration - @ui + @ui @no-api Scenario: Redirecting on login page after being logout When I try to open administration dashboard Then I should be on login page diff --git a/features/cart/shopping_cart/clearing_cart_after_logging_out.feature b/features/cart/shopping_cart/clearing_cart_after_logging_out.feature index 589c83b9680..459748448e0 100644 --- a/features/cart/shopping_cart/clearing_cart_after_logging_out.feature +++ b/features/cart/shopping_cart/clearing_cart_after_logging_out.feature @@ -8,7 +8,7 @@ Feature: Clearing cart after logging out Given the store operates on a single channel in "United States" And the store has a product "Stark T-Shirt" priced at "$12.00" - @ui + @ui @no-api Scenario: Clearing cart after logging out Given I am a logged in customer And I have product "Stark T-Shirt" in the cart @@ -16,14 +16,14 @@ Feature: Clearing cart after logging out And I see the summary of my cart Then my cart should be empty - @api + @api @no-ui Scenario: Clearing cart after logging out Given I am a logged in customer And I have product "Stark T-Shirt" in the cart When I log out Then I should not have access to the summary of my previous cart - @api + @api @no-ui Scenario: Blocking access to cart if logged user did any action over it (what can be treated as signing it) Given there is a user "john@snow.com" When I add this product to the cart diff --git a/features/currency/managing_currencies/editing_currency.feature b/features/currency/managing_currencies/editing_currency.feature index 7e8a11bb65e..060be02b8aa 100644 --- a/features/currency/managing_currencies/editing_currency.feature +++ b/features/currency/managing_currencies/editing_currency.feature @@ -7,7 +7,7 @@ Feature: Editing a currency Background: Given I am logged in as an administrator - @ui + @ui @no-api Scenario: Seeing disabled code field while editing currency Given the store has currency "Euro" When I want to edit this currency diff --git a/features/inventory/managing_inventory/browsing_inventory.feature b/features/inventory/managing_inventory/browsing_inventory.feature index 6daa68e2e4e..db1e3668fa2 100644 --- a/features/inventory/managing_inventory/browsing_inventory.feature +++ b/features/inventory/managing_inventory/browsing_inventory.feature @@ -13,12 +13,12 @@ Feature: Browsing inventory And there are 5 units of product "Iron Maiden T-Shirt" available in the inventory And I am logged in as an administrator - @ui + @ui @no-api Scenario: Browsing only tracked product variants in the store When I want to browse inventory Then I should see only one tracked variant in the list - @ui + @ui @no-api Scenario: Being informed about on hand quantity of a product variant When I want to browse inventory Then I should see that the "Iron Maiden T-Shirt" variant has 5 quantity on hand diff --git a/features/inventory/managing_inventory/filtering_inventory_by_code.feature b/features/inventory/managing_inventory/filtering_inventory_by_code.feature index 6952b9b1d56..a2e2445fe51 100644 --- a/features/inventory/managing_inventory/filtering_inventory_by_code.feature +++ b/features/inventory/managing_inventory/filtering_inventory_by_code.feature @@ -14,7 +14,7 @@ Feature: Filtering inventory by code And there are 25 units of product "RHCP T-Shirt" available in the inventory And I am logged in as an administrator - @ui + @ui @no-api Scenario: Filtering tracked product variants by code When I want to browse inventory And I filter tracked variants with code containing "iron" diff --git a/features/inventory/managing_inventory/filtering_inventory_by_name.feature b/features/inventory/managing_inventory/filtering_inventory_by_name.feature index efa370593ba..619ed890623 100644 --- a/features/inventory/managing_inventory/filtering_inventory_by_name.feature +++ b/features/inventory/managing_inventory/filtering_inventory_by_name.feature @@ -14,7 +14,7 @@ Feature: Filtering inventory by name And there are 25 units of product "RHCP T-Shirt" available in the inventory And I am logged in as an administrator - @ui + @ui @no-api Scenario: Filtering tracked product variants by name When I want to browse inventory And I filter tracked variants with name containing "RHCP" diff --git a/features/product/adding_product_reviews/adding_product_review_as_a_customer.feature b/features/product/adding_product_reviews/adding_product_review_as_a_customer.feature index 928da4b50db..2790d8c2947 100644 --- a/features/product/adding_product_reviews/adding_product_review_as_a_customer.feature +++ b/features/product/adding_product_reviews/adding_product_review_as_a_customer.feature @@ -17,7 +17,7 @@ Feature: Adding product review as a customer And I add it Then I should be notified that my review is waiting for the acceptation - @ui + @ui @no-api Scenario: Adding product reviews as a logged in customer with remember me option Given I am a logged in customer by using remember me option When I want to review product "Necronomicon" diff --git a/features/promotion/managing_promotions/accessing_the_coupons_management_from_the_promotion_page.feature b/features/promotion/managing_promotions/accessing_the_coupons_management_from_the_promotion_page.feature index 7f798c5c39a..64bd6d998f0 100644 --- a/features/promotion/managing_promotions/accessing_the_coupons_management_from_the_promotion_page.feature +++ b/features/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 + @ui @no-api 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 + @ui @no-api 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/taxonomy/managing_taxons/reordering_taxon.feature b/features/taxonomy/managing_taxons/reordering_taxon.feature index 6c1772a7b04..19b78126456 100644 --- a/features/taxonomy/managing_taxons/reordering_taxon.feature +++ b/features/taxonomy/managing_taxons/reordering_taxon.feature @@ -8,7 +8,7 @@ Feature: Reordering taxons Given the store classifies its products as "T-Shirts", "Watches", "Belts" and "Wallets" And I am logged in as an administrator - @ui @javascript + @ui @javascript @no-api Scenario: Moving up the taxon on list When I want to see all taxons in store And I move up "Watches" taxon @@ -16,7 +16,7 @@ Feature: Reordering taxons And I should see the taxon named "T-Shirts" in the list But the first taxon on the list should be "Watches" - @ui @javascript + @ui @javascript @no-api Scenario: Moving down the taxon on list When I want to see all taxons in store And I move down "T-Shirts" taxon @@ -24,21 +24,21 @@ Feature: Reordering taxons And I should see the taxon named "Watches" in the list But the first taxon on the list should be "Watches" - @ui @javascript + @ui @javascript @no-api Scenario: Moving up the first taxon on list When I want to see all taxons in store And I move up "T-Shirts" taxon Then I should see 4 taxons on the list And the first taxon on the list should be "T-Shirts" - @ui @javascript + @ui @javascript @no-api Scenario: Moving down the last taxon on list When I want to see all taxons in store And I move down "Wallets" taxon Then I should see 4 taxons on the list And the last taxon on the list should be "Wallets" - @ui @javascript @todo + @ui @javascript @no-api @todo Scenario: Changing order of the taxon on list When I want to see all taxons in store And I move down "T-Shirts" taxon