Stabilize smoke test threads e2e
This commit is contained in:
parent
56d2d57291
commit
51f07df074
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue