[Behat] Switch another random JS failed scenarios to Chromedriver

This commit is contained in:
Grzegorz Sadowski 2024-09-02 12:51:27 +02:00
parent 8ebb064557
commit e0cd54b0df
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -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