Skip to content

Commit 6f9ab84

Browse files
committed
refactor: replace custom integration tests with working TasksUITest from PR #123
**Removed Cruft:** - ❌ SimpleIntegrationTest.kt (complex Ditto sync test with seeding logic) - ❌ TasksSyncIntegrationTest.kt.disabled (unused disabled test) - ❌ Document seeding and environment variable dependencies - ❌ Complex retry logic and cloud sync verification **Added Clean Test:** - ✅ TasksUITest.kt (proven working test from PR #123) - ✅ Simple UI interaction testing (add task flow) - ✅ Memory leak detection test - ✅ No external dependencies or seeding required This matches exactly what the working PR uses and removes all the experimental integration test complexity we built up.
1 parent 129cee4 commit 6f9ab84

File tree

3 files changed

+101
-350
lines changed

3 files changed

+101
-350
lines changed

android-kotlin/QuickStartTasks/app/src/androidTest/java/live/ditto/quickstart/tasks/SimpleIntegrationTest.kt

Lines changed: 0 additions & 140 deletions
This file was deleted.

android-kotlin/QuickStartTasks/app/src/androidTest/java/live/ditto/quickstart/tasks/TasksSyncIntegrationTest.kt.disabled

Lines changed: 0 additions & 210 deletions
This file was deleted.

0 commit comments

Comments
 (0)