diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-11-04 15:15:24 -0800 |
---|---|---|
committer | dan <dan.abramov@gmail.com> | 2024-11-13 21:54:24 +0000 |
commit | ea0a1c3200145ab3bc7f60b81718480994fde7e5 (patch) | |
tree | 8dcb501060256b8a7624f9fe2d001359b253b78e /__e2e__/flows/curate-lists.yml | |
parent | 4ca5267b98f0ef0b9a831f7e71ae05f9f138bbb2 (diff) | |
download | voidsky-ea0a1c3200145ab3bc7f60b81718480994fde7e5.tar.zst |
Test fixes
Diffstat (limited to '__e2e__/flows/curate-lists.yml')
-rw-r--r-- | __e2e__/flows/curate-lists.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/__e2e__/flows/curate-lists.yml b/__e2e__/flows/curate-lists.yml index d46c58eed..662ec8423 100644 --- a/__e2e__/flows/curate-lists.yml +++ b/__e2e__/flows/curate-lists.yml @@ -23,6 +23,7 @@ appId: xyz.blueskyweb.app id: "editDescriptionInput" - inputText: "They good" - tapOn: "Save" +- tapOn: "Save" - assertNotVisible: id: "createOrEditListModal" - tapOn: "About" @@ -45,6 +46,7 @@ appId: xyz.blueskyweb.app - eraseText - inputText: "They bad" - tapOn: "Save" +- tapOn: "Save" - assertNotVisible: id: "createOrEditListModal" - assertVisible: Bad Ppl @@ -60,6 +62,7 @@ appId: xyz.blueskyweb.app id: "editDescriptionInput" - eraseText - tapOn: "Save" +- tapOn: "Save" - assertNotVisible: id: "createOrEditListModal" - assertNotVisible: @@ -87,6 +90,7 @@ appId: xyz.blueskyweb.app id: "editDescriptionInput" - inputText: "They good" - tapOn: "Save" +- tapOn: "Save" - assertNotVisible: id: "createOrEditListModal" - tapOn: "About" |