Bluesky app fork with some witchin' additions 馃挮
at main 26 lines 542 B view raw
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- tapOn: "Carla's avatar" 13- tapOn: 14 id: "profileHeaderDropdownBtn" 15- tapOn: 16 id: "profileHeaderDropdownReportBtn" 17- tapOn: 18 id: "report:category:Misleading" 19- tapOn: 20 id: "report:option:Spam" 21- assertVisible: 22 text: "Send report to Dev-env Moderation" 23- tapOn: 24 id: "report:submit" 25- assertNotVisible: 26 id: "report:dialog"