Skip to content

Commit

Permalink
adjust web test
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Nov 28, 2023
1 parent a3cc553 commit 0828536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/basic.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('WDIO VSCode Service', () => {

if (await browser.isVSCodeWebSession()) {
// works only in web session
expect(title).toContain('README.md')
expect(title).toContain('[Test Files]')
} else {
// doesn't work in web session
expect(title).toContain('wdio-vscode-service')
Expand Down

0 comments on commit 0828536

Please sign in to comment.