From 3fc2fa2d57346449724f93a87d8836d086402159 Mon Sep 17 00:00:00 2001 From: Siddharth Gelera Date: Thu, 18 Sep 2025 14:16:53 +0530 Subject: [PATCH] tests(websockets): move it a folder up --- tests/{features => }/websockets/basic.spec.ts | 2 +- tests/{features => }/websockets/fixtures/collection/bruno.json | 0 .../websockets/fixtures/collection/ws-test-request.bru | 0 .../websockets/init-user-data/collection-security.json | 2 +- tests/{features => }/websockets/init-user-data/preferences.json | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) rename tests/{features => }/websockets/basic.spec.ts (98%) rename tests/{features => }/websockets/fixtures/collection/bruno.json (100%) rename tests/{features => }/websockets/fixtures/collection/ws-test-request.bru (100%) rename tests/{features => }/websockets/init-user-data/collection-security.json (56%) rename tests/{features => }/websockets/init-user-data/preferences.json (60%) diff --git a/tests/features/websockets/basic.spec.ts b/tests/websockets/basic.spec.ts similarity index 98% rename from tests/features/websockets/basic.spec.ts rename to tests/websockets/basic.spec.ts index 768bb547d..e6cb5104b 100644 --- a/tests/features/websockets/basic.spec.ts +++ b/tests/websockets/basic.spec.ts @@ -1,4 +1,4 @@ -import { test, expect, Page } from '../../../playwright'; +import { test, expect, Page } from '../../playwright'; const MAX_CONNECTION_TIME = 3000; diff --git a/tests/features/websockets/fixtures/collection/bruno.json b/tests/websockets/fixtures/collection/bruno.json similarity index 100% rename from tests/features/websockets/fixtures/collection/bruno.json rename to tests/websockets/fixtures/collection/bruno.json diff --git a/tests/features/websockets/fixtures/collection/ws-test-request.bru b/tests/websockets/fixtures/collection/ws-test-request.bru similarity index 100% rename from tests/features/websockets/fixtures/collection/ws-test-request.bru rename to tests/websockets/fixtures/collection/ws-test-request.bru diff --git a/tests/features/websockets/init-user-data/collection-security.json b/tests/websockets/init-user-data/collection-security.json similarity index 56% rename from tests/features/websockets/init-user-data/collection-security.json rename to tests/websockets/init-user-data/collection-security.json index 256874c09..f29506cc8 100644 --- a/tests/features/websockets/init-user-data/collection-security.json +++ b/tests/websockets/init-user-data/collection-security.json @@ -1,7 +1,7 @@ { "collections": [ { - "path": "{{projectRoot}}/tests/features/websockets/fixtures/collection", + "path": "{{projectRoot}}/tests/websockets/fixtures/collection", "securityConfig": { "jsSandboxMode": "safe" } diff --git a/tests/features/websockets/init-user-data/preferences.json b/tests/websockets/init-user-data/preferences.json similarity index 60% rename from tests/features/websockets/init-user-data/preferences.json rename to tests/websockets/init-user-data/preferences.json index b91666320..bf3022007 100644 --- a/tests/features/websockets/init-user-data/preferences.json +++ b/tests/websockets/init-user-data/preferences.json @@ -1,7 +1,7 @@ { "maximized": true, "lastOpenedCollections": [ - "{{projectRoot}}/tests/features/websockets/fixtures/collection" + "{{projectRoot}}/tests/websockets/fixtures/collection" ], "beta": { "websocket": true