Skip to content

Commit

Permalink
[Behat] Change mink panther to chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojdylak authored and GSadee committed May 13, 2024
1 parent ed65c29 commit 3d06429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Feature: Preventing a potential XSS attack while selecting similar product
And the store has "<script>alert('xss')</script>" 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

0 comments on commit 3d06429

Please sign in to comment.