Skip to content

Commit 486c58c

Browse files
authored
Update demo project and latest tested CLI version (2.35.1) (#2824)
1 parent 6b4c473 commit 486c58c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo

extension/src/cli/dvc/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { join } from 'path'
22

33
export const MIN_CLI_VERSION = '2.30.0'
4-
export const LATEST_TESTED_CLI_VERSION = '2.34.3'
4+
export const LATEST_TESTED_CLI_VERSION = '2.35.0'
55
export const MAX_CLI_VERSION = '3'
66

77
export const UNEXPECTED_ERROR_CODE = 255

extension/src/test/e2e/extension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ suite('DVC Extension For Visual Studio Code', () => {
121121

122122
await browser.waitUntil(
123123
async () => {
124-
return (await webview.vegaVisualization$$.length) === 12
124+
return (await webview.vegaVisualization$$.length) === 10
125125
},
126126
{ timeout: 30000 }
127127
)

0 commit comments

Comments
 (0)