Skip to content

Commit

Permalink
pin version of VS Code tested against to 1.85.0 for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Feb 6, 2024
1 parent 284f6fe commit 2277faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/test/e2e/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const config: Options.Testrunner = {
capabilities: [
{
browserName: 'vscode',
browserVersion: 'stable',
browserVersion: '1.85.0',
'wdio:vscodeOptions': {
extensionPath,
userSettings: {
Expand Down

0 comments on commit 2277faf

Please sign in to comment.