From e0cd54b0dfc193cf72a85947143c61cfd3658f86 Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Mon, 2 Sep 2024 12:51:27 +0200 Subject: [PATCH] [Behat] Switch another random JS failed scenarios to Chromedriver --- .../managing_taxons/removing_images_of_taxon.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/taxonomy/managing_taxons/removing_images_of_taxon.feature b/features/taxonomy/managing_taxons/removing_images_of_taxon.feature index d1c4a3f595..6f9ff24f66 100644 --- a/features/taxonomy/managing_taxons/removing_images_of_taxon.feature +++ b/features/taxonomy/managing_taxons/removing_images_of_taxon.feature @@ -9,7 +9,7 @@ Feature: Removing images of an existing taxon And the store classifies its products as "T-Shirts" And I am logged in as an administrator - @ui @javascript @api + @ui @mink:chromedriver @api Scenario: Removing a single image of a taxon Given the "T-Shirts" taxon has an image "t-shirts.jpg" with "banner" type When I want to modify the "T-Shirts" taxon @@ -18,7 +18,7 @@ Feature: Removing images of an existing taxon Then I should be notified that the changes have been successfully applied And this taxon should not have any images - @ui @javascript @api + @ui @mink:chromedriver @api Scenario: Removing all images of a taxon Given the "T-Shirts" taxon has an image "t-shirts.jpg" with "banner" type And the "T-Shirts" taxon also has an image "t-shirts.jpg" with "thumbnail" type @@ -40,7 +40,7 @@ Feature: Removing images of an existing taxon And this taxon should have an image with "thumbnail" type But this taxon should not have any images with "banner" type - @ui @javascript @api + @ui @mink:chromedriver @api Scenario: Removing only one image of a taxon when all images have same type Given the "T-Shirts" taxon has an image "t-shirts.jpg" with "banner" type And the "T-Shirts" taxon also has an image "mugs.jpg" with "banner" type