Merge #15630 - Upgrade php-webdriver/webdriver to 1.8
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
3d255e6aee
@ -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",
|
||||
|
||||
@ -302,7 +302,7 @@ abstract class TestBase extends TestCase
|
||||
'--lang=en',
|
||||
]);
|
||||
$capabilities->setCapability(
|
||||
ChromeOptions::CAPABILITY,
|
||||
ChromeOptions::CAPABILITY_W3C,
|
||||
$chromeOptions
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user