Skip to content

Commit

Permalink
remove assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Nov 14, 2022
1 parent e85ce9d commit 01840d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/specs/basic.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,6 @@ describe('WDIO VSCode Service', () => {
const channels = await outputView.getChannelNames()
expect(channels).toContain('Tasks')
expect(channels).toContain('Markdown Language Server')
expect(channels).toContain(await browser.isVSCodeWebSession()
? 'Log (Worker Extension Host)'
: 'Log (Extension Host)')
})

it('can get extension logs', async () => {
Expand Down

0 comments on commit 01840d1

Please sign in to comment.