super-productivity/e2e/tests/sync
Johannes Millan e54f39cb3b fix(e2e): resolve race conditions in sync tests
- WebDAV sub-task sync: Add explicit waits for sub-task list visibility
  after sync instead of immediately asserting count
- SuperSync setup: Wait for formly wrapper element before checking
  textarea visibility to handle async model updates
2026-01-15 19:23:25 +01:00
..
import-sync.spec.ts fix(sync): prevent SYNC_IMPORT filtering concurrent ops in file-based sync 2026-01-07 20:39:13 +01:00
supersync-account-deletion.spec.ts fix(sync): prevent SYNC_IMPORT filtering concurrent ops in file-based sync 2026-01-07 20:39:13 +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 fix(sync): prevent SYNC_IMPORT filtering concurrent ops in file-based sync 2026-01-07 20:39:13 +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 fix(sync): pass op.id to uploadSnapshot to prevent ID mismatch 2026-01-14 21:57:08 +01:00
supersync-backup-recovery.spec.ts fix(sync): use BackupImport OpType for backup imports to bypass 409 2026-01-14 13:45:27 +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 fix(e2e): stabilize flaky supersync tests with better waiting strategies 2026-01-13 18:26:45 +01:00
supersync-encryption-password-change.spec.ts fix(sync): prevent SYNC_IMPORT filtering concurrent ops in file-based sync 2026-01-07 20:39:13 +01:00
supersync-encryption.spec.ts fix(e2e): stabilize flaky supersync tests with better waiting strategies 2026-01-13 18:26:45 +01:00
supersync-error-handling.spec.ts fix(e2e): improve test stability for parallel execution 2026-01-04 17:35:47 +01:00
supersync-import-clean-slate.spec.ts fix(sync): prevent SYNC_IMPORT filtering concurrent ops in file-based sync 2026-01-07 20:39:13 +01:00
supersync-import-conflict-dialog.spec.ts fix(test): improve e2e sync test stability 2026-01-14 16:16:08 +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): add legacy migration sync tests for WebDAV and SuperSync 2026-01-13 18:26:45 +01:00
supersync-lww-conflict.spec.ts fix(e2e): stabilize flaky LWW delete vs update race test 2026-01-15 10:54:21 +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 fix(test): add type filtering to dialog handlers to avoid conflicts 2026-01-11 12:03:58 +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 fix(e2e): stabilize flaky supersync tag deletion and migration tests 2026-01-09 14:17:30 +01:00
supersync-simple-counter.spec.ts fix(e2e): improve test stability for parallel execution 2026-01-04 17:35:47 +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-stale-clock-regression.spec.ts fix(e2e): fix stale-clock regression tests timeout after import 2026-01-07 20:58:18 +01:00
supersync-stress.spec.ts fix(e2e): improve test stability for parallel execution 2026-01-04 17:35:47 +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 fix(e2e): improve test stability for parallel execution 2026-01-04 17:35:47 +01:00
supersync-worklog.spec.ts fix(e2e): improve test stability for parallel execution 2026-01-04 17:35:47 +01:00
supersync.spec.ts fix(e2e): improve test stability for parallel execution 2026-01-04 17:35:47 +01:00
webdav-first-sync-conflict.spec.ts test(e2e): add snapshot replacement detection test 2026-01-09 11:21:20 +01:00
webdav-legacy-migration-sync.spec.ts test(e2e): add legacy migration sync tests for WebDAV and SuperSync 2026-01-13 18:26:45 +01:00
webdav-provider-switch.spec.ts fix(e2e): improve stability of WebDAV sync tests 2026-01-08 14:17:37 +01:00
webdav-sync-advanced.spec.ts fix(e2e): resolve race conditions in sync tests 2026-01-15 19:23:25 +01:00
webdav-sync-archive.spec.ts test(e2e): add WebDAV sync tests for archives, delete cascade, and TODAY tag 2026-01-08 21:42:21 +01:00
webdav-sync-delete-cascade.spec.ts test(e2e): add WebDAV sync tests for archives, delete cascade, and TODAY tag 2026-01-08 21:42:21 +01:00
webdav-sync-error-handling.spec.ts fix(e2e): dismiss dialog backdrop before retry sync in error handling test 2025-12-29 22:54:26 +01:00
webdav-sync-expansion.spec.ts Merge branch 'master' into feat/operation-logs 2026-01-06 13:55:07 +01:00
webdav-sync-full.spec.ts Merge branch 'master' into feat/operation-logs 2026-01-09 18:00:51 +01:00
webdav-sync-tags.spec.ts fix(e2e): improve stability of WebDAV sync tests 2026-01-08 14:17:37 +01:00
webdav-sync-task-order.spec.ts test(webdav): improve stability of sync e2e tests 2025-12-29 20:38:06 +01:00
webdav-sync-today-tag.spec.ts test(e2e): add WebDAV sync tests for archives, delete cascade, and TODAY tag 2026-01-08 21:42:21 +01:00