diff options
Diffstat (limited to '__e2e__/flows/mod-lists.yml')
-rw-r--r-- | __e2e__/flows/mod-lists.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/__e2e__/flows/mod-lists.yml b/__e2e__/flows/mod-lists.yml index ef757c5b1..02d76b83e 100644 --- a/__e2e__/flows/mod-lists.yml +++ b/__e2e__/flows/mod-lists.yml @@ -3,11 +3,14 @@ appId: xyz.blueskyweb.app - runScript: file: ../setupServer.js env: - SERVER_PATH: "?users&follows&labels" + SERVER_PATH: "?users&follows&labels" - runFlow: file: ../setupApp.yml - tapOn: id: "e2eSignInAlice" +- extendedWaitUntil: + visible: + id: "viewHeaderHomeFeedPrefsBtn" # create a modlist - tapOn: @@ -28,20 +31,17 @@ appId: xyz.blueskyweb.app - assertVisible: "Muted Users" - assertVisible: "Shhh" -- tapOn: - label: "Dropdown" - point: "71%,9%" - +# DOES NOT WORK - THE BUTTON IS NOT ACCESSIBLE +# IGNORING FOR NOW, FIX THE COMPONENTS IN THE NEXT RELEASE +# BECAUSE THIS IS A LEGIT A11Y PROBLEM -sfn +- tapOn: "Subscribe to this list" - tapOn: "Mute accounts" - tapOn: "Mute list" - tapOn: "Unmute" -- tapOn: - label: "Dropdown" - point: "71%,9%" - +- tapOn: "Subscribe to this list" - tapOn: "Block accounts" - tapOn: "Block list" - tapOn: "Unblock" - # the rest of the behaviors are tested in curate-lists.yml + # the rest of the behaviors are tested in curate-lists.yml |