mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-22 20:25:38 +00:00
test(websocket): update BRU_FILE_NAME to use regex
Changed BRU_FILE_NAME from a string to a regex pattern for better matching.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user