mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
Refactored plugin-iframe tests to be more reliable in CI environment: - Replaced arbitrary waitForTimeout calls with proper waitFor conditions - Used Playwright locators instead of page.evaluate() for DOM manipulation - Added proper state verification using waitForFunction - Increased timeouts appropriately for CI environment - Improved error handling for iframe content access - Made test more resilient to timing variations These changes make the tests deterministic and reliable across different environments without relying on fixed wait times. |
||
|---|---|---|
| .. | ||
| constants | ||
| fixtures | ||
| pages | ||
| tests | ||
| .gitignore | ||
| global-setup.ts | ||
| playwright.config.ts | ||
| tsconfig.json | ||