Skip to content

Commit

Permalink
Release 1.91 prep (#5215)
Browse files Browse the repository at this point in the history
* Run intl:extract

* Test fixes

* Update pt-BR translations for video
  • Loading branch information
pfrazee authored Sep 7, 2024
1 parent 63ab16a commit a6a3d20
Show file tree
Hide file tree
Showing 23 changed files with 9,191 additions and 5,653 deletions.
7 changes: 6 additions & 1 deletion __e2e__/flows/feed-reorder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ appId: xyz.blueskyweb.app
id: "e2eSignInAlice"

# Pin alice's feed
- extendedWaitUntil:
visible:
id: "viewHeaderDrawerBtn"
- tapOn:
id: "bottomBarProfileBtn"
id: "viewHeaderDrawerBtn"
- tapOn:
id: "profileCardButton"
- swipe:
from:
id: "profilePager-selector"
Expand Down
13 changes: 3 additions & 10 deletions __e2e__/flows/home-screen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ✨"
Expand All @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions __e2e__/flows/profile-screen-edit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ appId: xyz.blueskyweb.app


# Navigate to my profile
- extendedWaitUntil:
visible:
id: "bottomBarSearchBtn"
- tapOn:
id: "bottomBarProfileBtn"

Expand Down
3 changes: 3 additions & 0 deletions __e2e__/flows/profile-screen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ appId: xyz.blueskyweb.app
id: "e2eSignInAlice"

# Navigate to another user profile
- extendedWaitUntil:
visible:
id: "bottomBarSearchBtn"
- tapOn:
id: "bottomBarSearchBtn"
- tapOn:
Expand Down
10 changes: 2 additions & 8 deletions __e2e__/flows/thread-screen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ appId: xyz.blueskyweb.app


# Navigate to thread
- extendedWaitUntil:
visible: "Thread root"
- tapOn: "Thread root"
- assertVisible: "Thread reply"

Expand All @@ -33,18 +35,10 @@ appId: xyz.blueskyweb.app
id: "likeBtn"
childOf:
id: "postThreadItem-by-carla.test"
- assertVisible:
id: "likeCount"
childOf:
id: "postThreadItem-by-carla.test"
- tapOn:
id: "likeBtn"
childOf:
id: "postThreadItem-by-carla.test"
- assertNotVisible:
id: "likeCount"
childOf:
id: "postThreadItem-by-carla.test"

# Can repost the root post
- tapOn:
Expand Down
Loading

0 comments on commit a6a3d20

Please sign in to comment.