mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Behat] Switch another random JS failed scenarios to Chromedriver
This commit is contained in:
parent
8ebb064557
commit
e0cd54b0df
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue