Merge #15630 - Upgrade php-webdriver/webdriver to 1.8

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-02-14 00:25:20 +01:00
commit 3d255e6aee
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
},
"require-dev": {
"codacy/coverage": "^1.3.0",
"php-webdriver/webdriver": "^1.7.1",
"php-webdriver/webdriver": "^1.8",
"phpmyadmin/coding-standard": "^1.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.11.19",

View File

@ -302,7 +302,7 @@ abstract class TestBase extends TestCase
'--lang=en',
]);
$capabilities->setCapability(
ChromeOptions::CAPABILITY,
ChromeOptions::CAPABILITY_W3C,
$chromeOptions
);