diff --git a/tests/websockets/headers.spec.ts b/tests/websockets/headers.spec.ts index 7c3287495..81f6e379d 100644 --- a/tests/websockets/headers.spec.ts +++ b/tests/websockets/headers.spec.ts @@ -1,7 +1,7 @@ -import { test, expect, Page } from '../../playwright'; +import { test, expect } from '../../playwright'; import { buildCommonLocators } from './lib/locators'; -const BRU_FILE_NAME = 'ws-test-request-with-headers'; +const BRU_FILE_NAME = /^ws-test-request-with-headers$/; test.describe.serial('headers', () => { test.setTimeout(2 * 10 * 1000);