Skip to content

Commit

Permalink
fix: Update expected state for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpoulter committed Feb 26, 2024
1 parent d652b43 commit 47738eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/specs/bottombar.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference path="../../dist/service.d.ts" />

import path from 'node:path'
import { browser, expect } from '@wdio/globals'

import {
Expand Down Expand Up @@ -38,6 +37,6 @@ describe('bottombar', () => {
it('can read from terminal @skipWeb', async () => {
const terminalView = await bottomBar.openTerminalView()
const text = await terminalView.getText()
expect(text).toContain(`${path.sep}wdio-vscode-service`)
expect(text).toContain('wdio-vscode-service')
})
})

0 comments on commit 47738eb

Please sign in to comment.