Bluesky app fork with some witchin' additions 馃挮 witchsky.app
bluesky fork client
at main 43 lines 854 B view raw
1appId: app.witchsky 2--- 3- runScript: 4 file: ../setupServer.js 5 env: 6 SERVER_PATH: "?users&follows&labels" 7- runFlow: 8 file: ../setupApp.yml 9- tapOn: 10 id: "e2eSignInAlice" 11- extendedWaitUntil: 12 visible: 13 id: "viewHeaderHomeFeedPrefsBtn" 14 15# create a modlist 16- tapOn: 17 id: "e2eGotoModeration" 18- tapOn: 19 id: "moderationlistsBtn" 20- tapOn: "New list" 21- tapOn: 22 id: "editListNameInput" 23- inputText: "Muted Users" 24- tapOn: 25 id: "editListDescriptionInput" 26- inputText: "Shhh" 27- tapOn: "Save" 28 29# view modlist 30- assertVisible: "Muted Users" 31- assertVisible: "Shhh" 32 33- tapOn: "Subscribe to this list" 34- tapOn: "Mute accounts" 35- tapOn: "Mute list" 36- tapOn: "Unmute" 37 38- tapOn: "Subscribe to this list" 39- tapOn: "Block accounts" 40- tapOn: "Block list" 41- tapOn: "Unblock" 42 43 # the rest of the behaviors are tested in curate-lists.yml