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__ | |
parent | 4ca5267b98f0ef0b9a831f7e71ae05f9f138bbb2 (diff) | |
download | voidsky-ea0a1c3200145ab3bc7f60b81718480994fde7e5.tar.zst |
Test fixes
Diffstat (limited to '__e2e__')
-rw-r--r-- | __e2e__/flows/composer-self-label.yml | 4 | ||||
-rw-r--r-- | __e2e__/flows/create-account.yml | 1 | ||||
-rw-r--r-- | __e2e__/flows/curate-lists.yml | 4 | ||||
-rw-r--r-- | __e2e__/flows/login.yml | 1 | ||||
-rw-r--r-- | __e2e__/flows/mod-lists.yml | 1 | ||||
-rw-r--r-- | __e2e__/flows/onboarding.yml | 2 |
6 files changed, 8 insertions, 5 deletions
diff --git a/__e2e__/flows/composer-self-label.yml b/__e2e__/flows/composer-self-label.yml index c89e46db5..26aa0fab0 100644 --- a/__e2e__/flows/composer-self-label.yml +++ b/__e2e__/flows/composer-self-label.yml @@ -17,8 +17,8 @@ appId: xyz.blueskyweb.app - inputText: "Post with an image" - tapOn: id: "openGalleryBtn" -- tapOn: - id: "labelsBtn" +- tapOn: "Content warnings" +- tapOn: "Content warnings" - tapOn: "Porn" - tapOn: label: "Tap on confirm" diff --git a/__e2e__/flows/create-account.yml b/__e2e__/flows/create-account.yml index 2bb2d0645..99ac1371a 100644 --- a/__e2e__/flows/create-account.yml +++ b/__e2e__/flows/create-account.yml @@ -29,7 +29,6 @@ appId: xyz.blueskyweb.app - pressKey: Enter - tapOn: id: "nextBtn" -- tapOn: "Not now" - tapOn: id: "handleInput" - inputText: "e2e-test" 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" diff --git a/__e2e__/flows/login.yml b/__e2e__/flows/login.yml index 34fe634c5..80e61a3ba 100644 --- a/__e2e__/flows/login.yml +++ b/__e2e__/flows/login.yml @@ -23,5 +23,4 @@ appId: xyz.blueskyweb.app id: "loginPasswordInput" - inputText: "hunter2" - pressKey: Enter -- tapOn: "Not now" - assertVisible: "Following" diff --git a/__e2e__/flows/mod-lists.yml b/__e2e__/flows/mod-lists.yml index 1d6bb2da2..54832a07e 100644 --- a/__e2e__/flows/mod-lists.yml +++ b/__e2e__/flows/mod-lists.yml @@ -22,6 +22,7 @@ appId: xyz.blueskyweb.app id: "editDescriptionInput" - inputText: "Shhh" - tapOn: "Save" +- tapOn: "Save" # view modlist - assertVisible: "Muted Users" diff --git a/__e2e__/flows/onboarding.yml b/__e2e__/flows/onboarding.yml index 68d989788..88b51b39b 100644 --- a/__e2e__/flows/onboarding.yml +++ b/__e2e__/flows/onboarding.yml @@ -13,7 +13,7 @@ appId: xyz.blueskyweb.app - tapOn: "Select an avatar" - waitForAnimationToEnd - tapOn: - point: "16%,22%" + point: "50%,22%" - waitForAnimationToEnd - tapOn: "Choose" - waitForAnimationToEnd |