Add WebSocket reconnection tests (68 unit + 18 integration)

This commit is contained in:
2026-02-01 09:50:46 +01:00
parent bd5538be59
commit 30ff7c7a93
5 changed files with 1606 additions and 17 deletions

View File

@@ -5,7 +5,7 @@
* Tests modal open/close, configuration editing, saving, and backup/restore
*/
import { test, expect } from '@playwright/test';
import { expect, test } from '@playwright/test';
test.describe('Settings Modal - Basic Functionality', () => {
test.beforeEach(async ({ page }) => {