Add TMDB rate limiting tests (22 tests, needs async mock refinement)

This commit is contained in:
2026-02-01 09:55:18 +01:00
parent 08123d40e4
commit 212b971bba
5 changed files with 647 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
* Tests queue management user flows, download control, and persistence
*/
import { test, expect } from '@playwright/test';
import { expect, test } from '@playwright/test';
test.describe('Queue Page - Initial Load', () => {
test('should load queue page successfully', async ({ page }) => {

View File

@@ -3,7 +3,7 @@
* Tests queue management, button handlers, display updates, and statistics
*/
import { describe, it, expect, beforeEach, afterEach, vi } from 'vitest';
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
// Mock DOM setup
function setupDOM() {