Skip to content

Commit

Permalink
Ensure chrome has W3C mode disabled.
Browse files Browse the repository at this point in the history
Mink Extension's fill field fails because W3C mode on Chrome 75+ causes MinkSelenium2Driver to break:
Behat/MinkExtension#345
and
minkphp/MinkSelenium2Driver#293 (comment)
  • Loading branch information
crossan007 committed Jul 12, 2019
1 parent 0d32262 commit a2d3b57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/behat/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ default:
selenium2:
browser: chrome
capabilities:
browserName: "chrome"
browserName: "chrome"
extra_capabilities:
chromeOptions:
w3c: false

0 comments on commit a2d3b57

Please sign in to comment.