super-productivity/e2e/tests/sync
Johannes Millan b8e448e707 fix(e2e): use desktop selectors for simple counter sync tests
Counter test helpers assumed mobile layout (.mobile-dropdown-wrapper)
but simulated clients use 1920x1080 viewport where counters render
inline in .counters-action-group.
2026-02-03 18:26:54 +01:00
..
ENCRYPTION-E2E-STATUS.md fix(sync): re-fetch encryption key after gap detection 2026-01-24 21:14:58 +01:00
import-sync.spec.ts test(e2e): reduce supersync test flakiness 2026-01-26 13:48:10 +01:00
supersync-account-deletion.spec.ts fix(e2e): wait for button enabled state instead of visibility + timeout 2026-01-24 21:14:57 +01:00
supersync-account-reset.spec.ts feat(server): add Account Settings page with reset and delete options 2026-01-05 12:54:53 +01:00
supersync-advanced-edge-cases.spec.ts fix(test): improve e2e sync test stability 2026-01-14 16:16:08 +01:00
supersync-advanced.spec.ts test(e2e): reduce supersync test flakiness 2026-01-26 13:48:10 +01:00
supersync-archive-conflict.spec.ts refactor(sync): rename "stale" to "superseded" across sync/operation domain 2026-01-30 16:59:40 +01:00
supersync-archive-data-sync.spec.ts fix(sync): preserve archived tasks during server migration and backup 2026-01-14 13:45:27 +01:00
supersync-archive-subtasks.spec.ts fix(e2e): improve test stability for parallel execution 2026-01-04 17:35:47 +01:00
supersync-backup-import-id-mismatch.spec.ts test(e2e): fix supersync tests to navigate to correct settings tabs 2026-01-18 12:46:20 +01:00
supersync-backup-recovery.spec.ts test(e2e): fix supersync tests to navigate to correct settings tabs 2026-01-18 12:46:20 +01:00
supersync-constraint-error-recovery.spec.ts test(e2e): add E2E tests for recent sync bug fixes 2026-01-29 16:32:29 +01:00
supersync-cross-entity.spec.ts fix(e2e): improve test stability for parallel execution 2026-01-04 17:35:47 +01:00
supersync-daily-summary.spec.ts fix(e2e): improve test stability for parallel execution 2026-01-04 17:35:47 +01:00
supersync-edge-cases.spec.ts test(e2e): fix flaky SuperSync undo test with increased timeouts 2026-01-22 21:37:42 +01:00
supersync-encryption-conflict.spec.ts fix(sync): return existingClock in conflict rejections to fix infinite loop 2026-01-25 18:10:08 +01:00
supersync-encryption-enable-disable.spec.ts test(e2e): fix skipped tests and add encrypted backup import test 2026-01-29 16:32:29 +01:00
supersync-encryption-password-change.spec.ts fix(test): update E2E selectors for decrypt dialog and fix worklog task lookup 2026-01-30 20:09:11 +01:00
supersync-encryption-password-preservation.spec.ts test(e2e): add E2E tests for recent sync bug fixes 2026-01-29 16:32:29 +01:00
supersync-encryption.spec.ts refactor(sync): unify encryption state handling 2026-01-28 21:55:04 +01:00
supersync-error-handling.spec.ts test(e2e): reduce supersync test flakiness 2026-01-26 13:48:10 +01:00
supersync-import-clean-server-state.spec.ts refactor(sync): rename "stale" to "superseded" across sync/operation domain 2026-01-30 16:59:40 +01:00
supersync-import-clean-slate.spec.ts test(e2e): reduce supersync test flakiness 2026-01-26 13:48:10 +01:00
supersync-import-conflict-dialog.spec.ts fix(test): add skipSpinnerCheck to USE_REMOTE waitForSyncToComplete calls 2026-02-02 21:31:25 +01:00
supersync-import-encryption-change.spec.ts test(e2e): fix skipped tests and add encrypted backup import test 2026-01-29 16:32:29 +01:00
supersync-keep-local-archive-preservation.spec.ts fix(test): add skipSpinnerCheck to USE_REMOTE waitForSyncToComplete calls 2026-02-02 21:31:25 +01:00
supersync-late-join.spec.ts fix(e2e): improve test stability for parallel execution 2026-01-04 17:35:47 +01:00
supersync-legacy-migration-sync.spec.ts test(e2e): reduce supersync test flakiness 2026-01-26 13:48:10 +01:00
supersync-lww-conflict.spec.ts test(e2e): reduce supersync test flakiness 2026-01-26 13:48:10 +01:00
supersync-lww-singleton.spec.ts fix(sync): add empty-data guard, backward compat test, and state-based E2E waits 2026-01-30 16:59:40 +01:00
supersync-models.spec.ts fix(e2e): reduce task count in tag deletion test to prevent timeout 2026-01-14 14:22:15 +01:00
supersync-network-failure.spec.ts test(supersync): fix flaky E2E tests with timing adjustments 2026-01-24 21:14:57 +01:00
supersync-planner.spec.ts fix(e2e): improve test stability for parallel execution 2026-01-04 17:35:47 +01:00
supersync-repeat-task-advanced.spec.ts fix(e2e): improve test stability for parallel execution 2026-01-04 17:35:47 +01:00
supersync-repeat-task.spec.ts fix(sync): only show import conflict dialog for local unsynced imports 2026-01-11 11:22:32 +01:00
supersync-server-migration.spec.ts test(supersync): fix flaky E2E tests with timing adjustments 2026-01-24 21:14:57 +01:00
supersync-simple-counter.spec.ts fix(e2e): use desktop selectors for simple counter sync tests 2026-02-03 18:26:54 +01:00
supersync-snapshot-vector-clock.spec.ts fix(e2e): improve test stability for parallel execution 2026-01-04 17:35:47 +01:00
supersync-stress.spec.ts refactor(sync): rename "stale" to "superseded" across sync/operation domain 2026-01-30 16:59:40 +01:00
supersync-superseded-clock-regression.spec.ts refactor(sync): rename "stale" to "superseded" across sync/operation domain 2026-01-30 16:59:40 +01:00
supersync-task-ordering.spec.ts fix(e2e): stabilize flaky supersync tests with better waiting strategies 2026-01-13 18:26:45 +01:00
supersync-time-tracking-advanced.spec.ts test(e2e): reduce supersync test flakiness 2026-01-26 13:48:10 +01:00
supersync-vector-clock-max-size.spec.ts fix(sync): remove dead code, add defensive checks, and clean up vector clock logic 2026-02-02 17:15:13 +01:00
supersync-vector-clock-pruning.spec.ts fix(sync): harden vector clock pruning and post-review sync fixes 2026-01-30 18:40:54 +01:00
supersync-worklog.spec.ts test(e2e): reduce supersync test flakiness 2026-01-26 13:48:10 +01:00
supersync-wrong-password-error.spec.ts fix(test): update E2E selectors for decrypt dialog and fix worklog task lookup 2026-01-30 20:09:11 +01:00
supersync.spec.ts test(e2e): reduce supersync test flakiness 2026-01-26 13:48:10 +01:00
webdav-encryption-disable.spec.ts fix(e2e): resolve flaky WebDAV tests and fix encryption test failures 2026-01-28 21:55:04 +01:00
webdav-first-sync-conflict.spec.ts fix(e2e): reduce flakiness and speed up WebDAV sync tests 2026-02-03 17:53:07 +01:00
webdav-legacy-migration-sync.spec.ts fix(e2e): reduce flakiness and speed up WebDAV sync tests 2026-02-03 17:53:07 +01:00
webdav-provider-switch.spec.ts test(sync): add E2E test for fresh-client sync duplication bug (b2b63da9) 2026-02-03 14:38:05 +01:00
webdav-single-client-rapid-sync.spec.ts fix(e2e): reduce flakiness and speed up WebDAV sync tests 2026-02-03 17:53:07 +01:00
webdav-sync-advanced.spec.ts fix(ci): exclude WebDAV and SuperSync tests from build workflow 2026-01-21 20:42:50 +01:00
webdav-sync-archive.spec.ts fix(e2e): reduce flakiness and speed up WebDAV sync tests 2026-02-03 17:53:07 +01:00
webdav-sync-delete-cascade.spec.ts fix(e2e): resolve flaky WebDAV tests and fix encryption test failures 2026-01-28 21:55:04 +01:00
webdav-sync-error-handling.spec.ts fix(ci): exclude WebDAV and SuperSync tests from build workflow 2026-01-21 20:42:50 +01:00
webdav-sync-expansion.spec.ts fix(ci): exclude WebDAV and SuperSync tests from build workflow 2026-01-21 20:42:50 +01:00
webdav-sync-full.spec.ts fix(ci): exclude WebDAV and SuperSync tests from build workflow 2026-01-21 20:42:50 +01:00
webdav-sync-tags.spec.ts fix(ci): exclude WebDAV and SuperSync tests from build workflow 2026-01-21 20:42:50 +01:00
webdav-sync-task-order.spec.ts fix(ci): exclude WebDAV and SuperSync tests from build workflow 2026-01-21 20:42:50 +01:00
webdav-sync-today-tag.spec.ts fix(e2e): reduce flakiness and speed up WebDAV sync tests 2026-02-03 17:53:07 +01:00