super-productivity/e2e/tests/migration
Johannes Millan 558e6a7664 test(e2e): drop dead onboarding preset-click fallback in fresh-start test
The 'app should handle fresh start correctly' test already suppresses the
first-run onboarding takeover via context.addInitScript(skipOnboardingForE2E),
which seeds SUP_ONBOARDING_PRESET_DONE so isShowOnboardingPresets stays false
and the side-nav is never hidden. The follow-up preset-card click was dead:
its isVisible({ timeout: 5000 }) guard is a no-op (Playwright ignores the
timeout on isVisible and returns immediately), and its comment wrongly claimed
the context skips the init script. Remove the fallback and the now-orphaned
[attr.e2e] preset-card hook (no other consumers). Verified test still passes.
2026-06-01 18:58:02 +02:00
..
legacy-data-migration.spec.ts Improve on sync (#7736) 2026-05-22 17:49:25 +02:00
pre-migration-dialog.spec.ts test(e2e): drop dead onboarding preset-click fallback in fresh-start test 2026-06-01 18:58:02 +02:00