diff --git a/features/admin/product/managing_products/preventing_xss_attack_while_adding_new_product.feature b/features/admin/product/managing_products/preventing_xss_attack_while_adding_new_product.feature index 8ab868842a6..4a71b8fc5ae 100644 --- a/features/admin/product/managing_products/preventing_xss_attack_while_adding_new_product.feature +++ b/features/admin/product/managing_products/preventing_xss_attack_while_adding_new_product.feature @@ -10,12 +10,12 @@ Feature: Preventing a potential XSS attack while adding a new product And the store has "No XSS" taxonomy And I am logged in as an administrator - @ui @javascript @no-api + @ui @mink:chromedriver @no-api Scenario: Preventing a potential XSS attack while adding new product When I want to create a new simple product Then I should be able to name it "No XSS" in "English (United States)" - @ui @javascript @no-api + @todo @ui @javascript @no-api Scenario: Preventing a potential XSS attack while choosing main taxon for a new product When I want to create a new simple product Then I should be able to choose main taxon "No XSS" diff --git a/features/admin/product/managing_products/preventing_xss_attack_while_editing_product.feature b/features/admin/product/managing_products/preventing_xss_attack_while_editing_product.feature index 2b058d1544e..491591b508c 100644 --- a/features/admin/product/managing_products/preventing_xss_attack_while_editing_product.feature +++ b/features/admin/product/managing_products/preventing_xss_attack_while_editing_product.feature @@ -10,7 +10,7 @@ Feature: Preventing a potential XSS attack while selecting similar product And the store has "" and "LG headphones" products And I am logged in as an administrator - @ui @javascript @no-api + @ui @mink:chromedriver @no-api Scenario: Preventing a potential XSS attack while editing product When I want to create a new simple product Then I should be able to associate as "Accessories" the "LG headphones" product