Skip to content

Commit 724797a

Browse files
Update Browsers
1 parent 3e7d530 commit 724797a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lombiq.Tests.UI/Services/WebDriverFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static Task<Func<ChromeDriver>> CreateChromeDriverAsync(BrowserConfigurat
3737
// is updated automatically by Renovate.
3838
// If anything on this line is changed, be sure to adjust the regex in the renovate.json5 config file in the
3939
// root too.
40-
chromeConfig.Options.BrowserVersion = "146.0.7680.153";
40+
chromeConfig.Options.BrowserVersion = "147.0.7727.24";
4141

4242
configuration.BrowserOptionsConfigurator?.Invoke(chromeConfig.Options);
4343

@@ -118,7 +118,7 @@ public static Task<Func<FirefoxDriver>> CreateFirefoxDriverAsync(BrowserConfigur
118118
// automatically by Renovate.
119119
// If anything on this line is changed, be sure to adjust the regex in the renovate.json5 config file in the
120120
// root too.
121-
firefoxOptions.BrowserVersion = "148.0";
121+
firefoxOptions.BrowserVersion = "149.0";
122122

123123
if (configuration.Headless) firefoxOptions.AddArgument("--headless");
124124

Lombiq.Tests.UI/ui-testing-toolkit.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ async function runTest(test, configureOptions = null) {
409409
// updated automatically by Renovate.
410410
// If anything on this line is changed, be sure to adjust the regex in the renovate.json5 config file in the root
411411
// too.
412-
options.setBrowserVersion('146.0.7680.153');
412+
options.setBrowserVersion('147.0.7727.24');
413413

414414
console.log(`Using Chrome version ${options.getBrowserVersion()}.`);
415415

0 commit comments

Comments
 (0)