Skip to content

Commit

Permalink
Update test/specs/workbench.e2e.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Poulter <[email protected]>
  • Loading branch information
christian-bromann and seanpoulter authored Feb 15, 2024
1 parent 3e2da14 commit ad794ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/workbench.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('workbench', () => {
})
})

it('can access the VSCode API after a new folder is opened', async () => {
it('can access the VSCode API after a new folder is opened @skipWeb', async () => {
const workspaceRoot = await browser.executeWorkbench<string | undefined>((vscode) => vscode.workspace.rootPath)
expect(workspaceRoot).not.toBe(undefined)
const newWorkspaceRoot = path.join(workspaceRoot!, 'test')
Expand Down

0 comments on commit ad794ab

Please sign in to comment.