diff --git a/test/hooks-error/features/steps.ts b/test/hooks-error/features/steps.ts index 1549441d..ed162372 100644 --- a/test/hooks-error/features/steps.ts +++ b/test/hooks-error/features/steps.ts @@ -1,6 +1,5 @@ import { expect } from '@playwright/test'; import timers from 'node:timers/promises'; - import { Given, Before, BeforeAll, After, AfterAll } from './fixtures'; // use tiny delay to avoid race conditions on stdout output