Skip to content

Commit 1229eeb

Browse files
committed
Bump test VS Code version
1 parent 782247c commit 1229eeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/databricks-vscode/src/test/e2e/wdio.conf.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const WORKSPACE_PATH = path.resolve(tmpdir(), "test-root");
2323

2424
const __filename = fileURLToPath(import.meta.url);
2525
const __dirname = path.dirname(__filename);
26-
const {version, name, engines} = packageJson;
26+
const {version, name} = packageJson;
2727

2828
const EXTENSIONS_DIR = path.resolve(tmpdir(), "extension test", "extension");
2929
const VSIX_PATH = path.resolve(
@@ -169,7 +169,7 @@ export const config: Options.Testrunner = {
169169
return [
170170
{
171171
"browserName": "vscode",
172-
"browserVersion": "1.102.3",
172+
"browserVersion": "1.106.3",
173173
"wdio:vscodeOptions": {
174174
extensionPath: path.resolve(
175175
__dirname,

0 commit comments

Comments
 (0)