forked from
jollywhoppers.com/witchsky.app
Bluesky app fork with some witchin' additions 馃挮
1appId: app.witchsky
2---
3- runScript:
4 file: ../setupServer.js
5 env:
6 SERVER_PATH: ?users
7- runFlow:
8 file: ../setupApp.yml
9- tapOn:
10 id: "e2eSignInAlice"
11- extendedWaitUntil:
12 visible:
13 id: "viewHeaderHomeFeedPrefsBtn"
14
15- assertVisible:
16 id: "composeFAB"
17- tapOn:
18 id: "composeFAB"
19- inputText: "Post text only"
20- tapOn:
21 id: "composerPublishBtn"
22- assertVisible:
23 id: "composeFAB"
24- tapOn:
25 id: "composeFAB"
26- inputText: "Post with an image"
27- tapOn:
28 id: "openMediaBtn"
29- extendedWaitUntil:
30 visible:
31 id: "selectedPhotosView"
32- tapOn:
33 id: "composerPublishBtn"
34- assertVisible:
35 id: "composeFAB"
36- tapOn:
37 id: "composeFAB"
38- inputText: "Post with a https://example.com link card"
39- tapOn:
40 id: "composerPublishBtn"
41- assertVisible:
42 id: "composeFAB"
43- tapOn:
44 id: "e2eRefreshHome"
45- tapOn:
46 id: "replyBtn"
47- inputText: "Reply text only"
48- tapOn:
49 id: "composerPublishBtn"
50- assertVisible:
51 id: "composeFAB"
52- tapOn:
53 id: "replyBtn"
54- inputText: "Reply with an image"
55- tapOn:
56 id: "openMediaBtn"
57- extendedWaitUntil:
58 visible:
59 id: "selectedPhotosView"
60- tapOn:
61 id: "composerPublishBtn"
62- assertVisible:
63 id: "composeFAB"
64- tapOn:
65 id: "replyBtn"
66- inputText: "Reply with a https://example.com link card"
67- tapOn:
68 id: "composerPublishBtn"
69- assertVisible:
70 id: "composeFAB"
71- tapOn:
72 id: "repostBtn"
73- tapOn:
74 id: "quoteBtn"
75- inputText: "QP text only"
76- tapOn:
77 id: "composerPublishBtn"
78- assertVisible:
79 id: "composeFAB"
80- tapOn:
81 id: "repostBtn"
82- tapOn:
83 id: "quoteBtn"
84- inputText: "QP with an image"
85- tapOn:
86 id: "openMediaBtn"
87- extendedWaitUntil:
88 visible:
89 id: "selectedPhotosView"
90- tapOn:
91 id: "composerPublishBtn"
92- assertVisible:
93 id: "composeFAB"
94- tapOn:
95 id: "repostBtn"
96- tapOn:
97 id: "quoteBtn"
98- inputText: "QP with a https://example.com link card"
99- tapOn:
100 id: "composerPublishBtn"
101- assertVisible:
102 id: "composeFAB"