about summary refs log tree commit diff
path: root/__e2e__/flows/home-screen.yml
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-09-07 13:52:00 -0700
committerGitHub <noreply@github.com>2024-09-07 13:52:00 -0700
commita6a3d203fdbe469a56f681feb804e1ef41eaf2c7 (patch)
tree3381ee1afd6e94884ba2f1987ee4ce66ae87520c /__e2e__/flows/home-screen.yml
parent63ab16a62d7e63a3ef38b6363bbf8034ccfb490f (diff)
downloadvoidsky-a6a3d203fdbe469a56f681feb804e1ef41eaf2c7.tar.zst
Release 1.91 prep (#5215)
* Run intl:extract

* Test fixes

* Update pt-BR translations for video
Diffstat (limited to '__e2e__/flows/home-screen.yml')
-rw-r--r--__e2e__/flows/home-screen.yml13
1 files changed, 3 insertions, 10 deletions
diff --git a/__e2e__/flows/home-screen.yml b/__e2e__/flows/home-screen.yml
index c8d83fb1f..799a20214 100644
--- a/__e2e__/flows/home-screen.yml
+++ b/__e2e__/flows/home-screen.yml
@@ -9,6 +9,9 @@ appId: xyz.blueskyweb.app
 - tapOn:
     id: "e2eSignInAlice"
 
+- extendedWaitUntil:
+    visible:
+        text: "Feeds ✨"
 - tapOn:
     label: "Can go to feeds page using feeds button in tab bar"
     text: "Feeds ✨"
@@ -34,26 +37,16 @@ appId: xyz.blueskyweb.app
 - tapOn:
     label: "Can like posts"
     id: "likeBtn"
-- assertVisible:
-    id: "likeCount"
-    text: "1"
 - tapOn:
     id: "likeBtn"
-- assertNotVisible:
-    id: "likeCount"
 
 - tapOn:
     label: "Can repost posts"
     id: "repostBtn"
 - tapOn: "Repost"
-- assertVisible:
-    id: "repostCount"
-    text: "1"
 - tapOn:
     id: "repostBtn"
 - tapOn: "Remove repost"
-- assertNotVisible:
-    id: "repostCount"
 
 - tapOn:
     label: "Can delete posts"