Release 1.91 prep (#5215)

* Run intl:extract

* Test fixes

* Update pt-BR translations for video
This commit is contained in:
Paul Frazee 2024-09-07 13:52:00 -07:00 committed by GitHub
parent 63ab16a62d
commit a6a3d203fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 9191 additions and 5653 deletions

View file

@ -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"