mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-22 20:25:38 +00:00
tests(websockets): move it a folder up
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { test, expect, Page } from '../../../playwright';
|
||||
import { test, expect, Page } from '../../playwright';
|
||||
|
||||
const MAX_CONNECTION_TIME = 3000;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"collections": [
|
||||
{
|
||||
"path": "{{projectRoot}}/tests/features/websockets/fixtures/collection",
|
||||
"path": "{{projectRoot}}/tests/websockets/fixtures/collection",
|
||||
"securityConfig": {
|
||||
"jsSandboxMode": "safe"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"maximized": true,
|
||||
"lastOpenedCollections": [
|
||||
"{{projectRoot}}/tests/features/websockets/fixtures/collection"
|
||||
"{{projectRoot}}/tests/websockets/fixtures/collection"
|
||||
],
|
||||
"beta": {
|
||||
"websocket": true
|
||||
Reference in New Issue
Block a user