Skip to content

Commit

Permalink
try stable version of vs code
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Sep 28, 2022
1 parent 93eac0d commit 6ea9639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension/src/test/e2e/pageObjects/baseWebview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class BaseWebview extends BasePage<
await this.outerFrame$.waitForDisplayed()

await browser.switchToFrame(webviewContainer)
await this.innerFrame$.waitForDisplayed({ timeout: 20000 })
await this.innerFrame$.waitForDisplayed()
const webviewInner = await browser.findElement(
'css selector',
this.locators.innerFrame
Expand Down
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 @@ -33,7 +33,7 @@ export const config: Options.Testrunner = {
capabilities: [
{
browserName: 'vscode',
browserVersion: 'insiders',
browserVersion: 'stable',
'wdio:vscodeOptions': {
extensionPath,
userSettings: {
Expand Down

0 comments on commit 6ea9639

Please sign in to comment.