tests(websockets): move it a folder up

This commit is contained in:
Siddharth Gelera
2025-09-18 14:16:53 +05:30
parent d209272e16
commit 3fc2fa2d57
5 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { test, expect, Page } from '../../../playwright';
import { test, expect, Page } from '../../playwright';
const MAX_CONNECTION_TIME = 3000;

View File

@@ -1,7 +1,7 @@
{
"collections": [
{
"path": "{{projectRoot}}/tests/features/websockets/fixtures/collection",
"path": "{{projectRoot}}/tests/websockets/fixtures/collection",
"securityConfig": {
"jsSandboxMode": "safe"
}

View File

@@ -1,7 +1,7 @@
{
"maximized": true,
"lastOpenedCollections": [
"{{projectRoot}}/tests/features/websockets/fixtures/collection"
"{{projectRoot}}/tests/websockets/fixtures/collection"
],
"beta": {
"websocket": true