diff options
Diffstat (limited to '__e2e__/flows/curate-lists.yml')
-rw-r--r-- | __e2e__/flows/curate-lists.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/__e2e__/flows/curate-lists.yml b/__e2e__/flows/curate-lists.yml index 662ec8423..41c3f2c7c 100644 --- a/__e2e__/flows/curate-lists.yml +++ b/__e2e__/flows/curate-lists.yml @@ -26,7 +26,7 @@ appId: xyz.blueskyweb.app - tapOn: "Save" - assertNotVisible: id: "createOrEditListModal" -- tapOn: "About" +- tapOn: "People" - assertVisible: "Good Ppl" - assertVisible: "They good" @@ -93,10 +93,10 @@ appId: xyz.blueskyweb.app - tapOn: "Save" - assertNotVisible: id: "createOrEditListModal" -- tapOn: "About" +- tapOn: "People" - assertVisible: "Good Ppl" - assertVisible: "They good" -- tapOn: "About" +- tapOn: "People" - tapOn: label: "Adds users on curatelists from the list" @@ -145,7 +145,7 @@ appId: xyz.blueskyweb.app id: "e2eGotoLists" - tapOn: "Good Ppl" -- tapOn: "About" +- tapOn: "People" - assertVisible: label: "Removes users on curatelists from the list" id: "user-bob.test" |