fix(ci): replace playwright-coverage imports with local test fixture

This commit is contained in:
GitHub Actions
2026-02-04 22:27:46 +00:00
parent f885096ab4
commit 9187d19a60
16 changed files with 59 additions and 24 deletions
+1 -1
View File
@@ -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';