0fb7251c64
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
29 lines
555 B
YAML
29 lines
555 B
YAML
appId: xyz.blueskyweb.app
|
|
---
|
|
- runScript:
|
|
file: ../../setupServer.js
|
|
env:
|
|
SERVER_PATH: ?users&follows&posts&feeds
|
|
- runFlow:
|
|
file: ../../setupApp.yml
|
|
- tapOn:
|
|
id: "e2eSignInAlice"
|
|
|
|
- tapOn:
|
|
id: "postDropdownBtn"
|
|
index: 0
|
|
- tapOn:
|
|
id: "postDropdownReportBtn"
|
|
- tapOn:
|
|
id: "report:category:Misleading"
|
|
- tapOn:
|
|
id: "report:option:Spam"
|
|
- assertVisible:
|
|
text: "Send report to Dev-env Moderation"
|
|
- tapOn:
|
|
id: "report:submit"
|
|
- extendedWaitUntil:
|
|
notVisible:
|
|
id: "report:dialog"
|
|
timeout: 20000
|