diff options
author | Hailey <me@haileyok.com> | 2024-10-28 13:31:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-28 13:31:24 -0700 |
commit | 84db1f997bdf3db7e0038cf221da6756d4a04076 (patch) | |
tree | f2f1b1e8121bb97e981ddb42f1e165bb178abebe /__e2e__/flows/composer-self-label.yml | |
parent | 0f3fa06c3eb58c100380f1aaf19dd0870cdb427c (diff) | |
download | voidsky-84db1f997bdf3db7e0038cf221da6756d4a04076.tar.zst |
Fix E2E tests (#5980)
Diffstat (limited to '__e2e__/flows/composer-self-label.yml')
-rw-r--r-- | __e2e__/flows/composer-self-label.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/__e2e__/flows/composer-self-label.yml b/__e2e__/flows/composer-self-label.yml index cc38b1d99..e41dea64a 100644 --- a/__e2e__/flows/composer-self-label.yml +++ b/__e2e__/flows/composer-self-label.yml @@ -17,14 +17,12 @@ appId: xyz.blueskyweb.app id: "openGalleryBtn" - tapOn: id: "labelsBtn" -- tapOn: - label: "Tap on porn" - point: 78%,67% +- tapOn: "Porn" - tapOn: label: "Tap on confirm" - point: 51%,92% + id: "confirmBtn" - tapOn: id: "composerPublishBtn" - tapOn: id: "e2eRefreshHome" -- assertVisible: "Adult Content" \ No newline at end of file +- assertVisible: "Adult Content" |