diff --git a/detox/e2e/test/smoke_test/threads.e2e.ts b/detox/e2e/test/smoke_test/threads.e2e.ts index 864446a9f..25b2875a6 100644 --- a/detox/e2e/test/smoke_test/threads.e2e.ts +++ b/detox/e2e/test/smoke_test/threads.e2e.ts @@ -133,6 +133,7 @@ describe('Smoke Test - Threads', () => { // # Go back to global threads screen, open thread options for thread, tap on save option, and tap on thread await ThreadScreen.back(); await GlobalThreadsScreen.openThreadOptionsFor(parentPost.id); + await wait(timeouts.ONE_SEC); await ThreadOptionsScreen.unsaveThreadOption.tap(); await wait(timeouts.ONE_SEC); await GlobalThreadsScreen.getThreadItem(parentPost.id).tap();