Skip to content

Commit

Permalink
change to executeScript in service.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
navin772 authored and Rachit Tiwari committed Dec 31, 2024
1 parent 50ac522 commit e3bbeea
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 e3bbeea

Please sign in to comment.