diff options
Diffstat (limited to '__e2e__/flows/thread-muting.yml')
-rw-r--r-- | __e2e__/flows/thread-muting.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/__e2e__/flows/thread-muting.yml b/__e2e__/flows/thread-muting.yml index 316389a79..e588805c2 100644 --- a/__e2e__/flows/thread-muting.yml +++ b/__e2e__/flows/thread-muting.yml @@ -7,10 +7,11 @@ appId: xyz.blueskyweb.app - runFlow: file: ../setupApp.yml - # Login, create a thread, and log out - tapOn: id: "e2eSignInAlice" +- assertVisible: + id: "composeFAB" - tapOn: id: "composeFAB" - inputText: "Test thread" |