Bluesky app fork with some witchin' additions 💫
witchsky.app
bluesky
fork
client
1appId: app.witchsky
2---
3- runScript:
4 file: ../setupServer.js
5 env:
6 SERVER_PATH: ?users&follows&posts&feeds
7- runFlow:
8 file: ../setupApp.yml
9- tapOn:
10 id: "e2eSignInAlice"
11
12- extendedWaitUntil:
13 visible:
14 text: "Feeds ✨"
15- tapOn:
16 label: "Can go to feeds page using feeds button in tab bar"
17 text: "Feeds ✨"
18- assertVisible: "Discover New Feeds"
19
20- tapOn:
21 label: "Feeds button disappears after pinning a feed"
22 id: "bottomBarProfileBtn"
23- tapOn:
24 id: "profilePager-selector-5"
25- tapOn: "alice-favs"
26- tapOn: "Pin to Home"
27- tapOn:
28 id: "bottomBarHomeBtn"
29- tapOn:
30 id: "bottomBarHomeBtn"
31- tapOn:
32 id: "bottomBarHomeBtn"
33- assertNotVisible: "Feeds ✨"
34
35- tapOn:
36 label: "Can like posts"
37 id: "likeBtn"
38- tapOn:
39 id: "likeBtn"
40
41- tapOn:
42 label: "Can repost posts"
43 id: "repostBtn"
44- tapOn: "Repost"
45- tapOn:
46 id: "repostBtn"
47- tapOn: "Remove repost"
48
49- tapOn:
50 label: "Can delete posts"
51 id: "postDropdownBtn"
52 childOf:
53 id: "feedItem-by-alice.test"
54- tapOn: "Delete post"
55- tapOn: "Delete"