Skip to content

Commit

Permalink
Merge pull request #100 from navin772/fix-service.test
Browse files Browse the repository at this point in the history
fix: change to `executeScript` in service.test.ts to resolve CI failures
  • Loading branch information
Shahnawaz-Sk authored Dec 31, 2024
2 parents c5967dc + e319689 commit 7a2e9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ vi.mock('@wdio/logger', () => import(path.join(process.cwd(), '__mocks__', '@wdi

const browser = {
config: {},
execute: vi.fn(),
executeScript: vi.fn(),
chromeA: { sessionId: 'sessionChromeA' },
chromeB: { sessionId: 'sessionChromeB' },
chromeC: { sessionId: 'sessionChromeC' },
Expand Down

0 comments on commit 7a2e9b1

Please sign in to comment.