fix(ci): replace playwright-coverage imports with local test fixture
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* ```
|
||||
*/
|
||||
|
||||
import { expect } from '@bgotink/playwright-coverage';
|
||||
import { expect } from '../fixtures/test';
|
||||
import type { Page, Locator, Response } from '@playwright/test';
|
||||
import { clickSwitch } from './ui-helpers';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user