| 1 | import { expect } from '@playwright/test'; |
| 2 | import type { Locator } from '@playwright/test'; |
| 3 | import type { E2EPage } from '@utils/test/playwright'; |
| 4 | import { configs, test } from '@utils/test/playwright'; |
nothing calls this directly
no test coverage detected