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/curate-lists.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/curate-lists.yml')
-rw-r--r-- | __e2e__/flows/curate-lists.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/__e2e__/flows/curate-lists.yml b/__e2e__/flows/curate-lists.yml index 662ec8423..d46c58eed 100644 --- a/__e2e__/flows/curate-lists.yml +++ b/__e2e__/flows/curate-lists.yml @@ -23,7 +23,6 @@ appId: xyz.blueskyweb.app id: "editDescriptionInput" - inputText: "They good" - tapOn: "Save" -- tapOn: "Save" - assertNotVisible: id: "createOrEditListModal" - tapOn: "About" @@ -46,7 +45,6 @@ appId: xyz.blueskyweb.app - eraseText - inputText: "They bad" - tapOn: "Save" -- tapOn: "Save" - assertNotVisible: id: "createOrEditListModal" - assertVisible: Bad Ppl @@ -62,7 +60,6 @@ appId: xyz.blueskyweb.app id: "editDescriptionInput" - eraseText - tapOn: "Save" -- tapOn: "Save" - assertNotVisible: id: "createOrEditListModal" - assertNotVisible: @@ -90,7 +87,6 @@ appId: xyz.blueskyweb.app id: "editDescriptionInput" - inputText: "They good" - tapOn: "Save" -- tapOn: "Save" - assertNotVisible: id: "createOrEditListModal" - tapOn: "About" |