From 701ddfb1716f719b43a619ee2e0ef23322aee8ce Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 13 Sep 2024 16:55:01 -0700 Subject: Release 1.91.1 prep (#5339) * Fixes to tests * intl extract --- __e2e__/flows/curate-lists.yml | 14 +------------- __e2e__/flows/thread-screen.yml | 6 ++---- 2 files changed, 3 insertions(+), 17 deletions(-) (limited to '__e2e__') diff --git a/__e2e__/flows/curate-lists.yml b/__e2e__/flows/curate-lists.yml index a37bc0777..3947204c2 100644 --- a/__e2e__/flows/curate-lists.yml +++ b/__e2e__/flows/curate-lists.yml @@ -74,8 +74,7 @@ appId: xyz.blueskyweb.app - tapOn: "Delete List" - tapOn: id: "confirmBtn" -- assertVisible: - id: "listsEmpty" +- assertVisible: "This list is empty!" - tapOn: label: "Create a new curatelist" @@ -161,17 +160,6 @@ appId: xyz.blueskyweb.app - assertNotVisible: id: "userAddRemoveListsModal" -- tapOn: - label: "Shows the curatelist on my profile" - id: "bottomBarProfileBtn" -- swipe: - from: - id: "profilePager-selector" - direction: LEFT -- tapOn: - id: "profilePager-selector-6" -- tapOn: "Good Ppl" - - tapOn: label: "Adds and removes users on curatelists from the profile" id: "bottomBarSearchBtn" diff --git a/__e2e__/flows/thread-screen.yml b/__e2e__/flows/thread-screen.yml index 9120f4f68..f3671ebcb 100644 --- a/__e2e__/flows/thread-screen.yml +++ b/__e2e__/flows/thread-screen.yml @@ -21,14 +21,12 @@ appId: xyz.blueskyweb.app id: "likeBtn" childOf: id: "postThreadItem-by-bob.test" -- assertVisible: - id: "likeCount-expanded" +- assertVisible: "1 like" - tapOn: id: "likeBtn" childOf: id: "postThreadItem-by-bob.test" -- assertNotVisible: - id: "likeCount-expanded" +- assertNotVisible: "1 like" # Can like a reply post - tapOn: -- cgit 1.4.1