Stabilize smoke test threads e2e

This commit is contained in:
Joseph Baylon
2022-12-20 13:53:45 -08:00
parent 56d2d57291
commit 51f07df074

View File

@@ -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();