diff options
author | Hailey <me@haileyok.com> | 2024-10-28 15:55:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-28 15:55:17 -0700 |
commit | 3244e1c468559e8643631deaf14bde8390fcf177 (patch) | |
tree | e8171c824b2153a8b038c764ab372b86537d68b7 /__e2e__/flows/create-account.yml | |
parent | 84db1f997bdf3db7e0038cf221da6756d4a04076 (diff) | |
download | voidsky-3244e1c468559e8643631deaf14bde8390fcf177.tar.zst |
More e2e test fixes (#5982)
* fix feed reorder test * fix feed reorder test pt 2 * fix edit profile test * fix mod list test * fix fab * add assert * one more assertVisible * fix search test * tap now now if it shows up
Diffstat (limited to '__e2e__/flows/create-account.yml')
-rw-r--r-- | __e2e__/flows/create-account.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/__e2e__/flows/create-account.yml b/__e2e__/flows/create-account.yml index 99ac1371a..2bb2d0645 100644 --- a/__e2e__/flows/create-account.yml +++ b/__e2e__/flows/create-account.yml @@ -29,6 +29,7 @@ appId: xyz.blueskyweb.app - pressKey: Enter - tapOn: id: "nextBtn" +- tapOn: "Not now" - tapOn: id: "handleInput" - inputText: "e2e-test" |