Skip to content

Commit 191b387

Browse files
authored
Merge pull request #66 from moodlehq/chromedriver_bump
[runner] Update to Chromedriver 96.0 custom
2 parents adf2361 + 807f300 commit 191b387

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

runner/master/config.template.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ public static function configure_profiles_for_browser(string $browser, string $r
193193
// Set the default profile to use the first selenium URL only.
194194
$profile['wd_host'] = getenv('SELENIUMURL_1') . '/wd/hub';
195195

196+
// Work around for https://github.com/Behat/MinkExtension/issues/376.
197+
$profile['capabilities']['marionette'] = true;
198+
196199
$CFG->behat_profiles = [];
197200
$CFG->behat_profiles[$browser] = $profile;
198201

runner/master/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ then
634634
SELFIREFOXIMAGE="selenium/standalone-firefox:${SELVERSION}"
635635

636636
# Temporarily switching to custom image to include our bugfix for zero size failures.
637-
SELCHROMEIMAGE="moodlehq/selenium-standalone-chrome:3.141.59-20210929-moodlehq"
637+
SELCHROMEIMAGE="moodlehq/selenium-standalone-chrome:96.0-moodlehq"
638638

639639
# Newer versions of Firefox do not allow Marionette to be disabled.
640640
# Version 47.0.1 is the latest version of Firefox we can support when Marionette is disabled.

0 commit comments

Comments
 (0)