diff options
Diffstat (limited to '__e2e__/flows/mod-lists.yml')
-rw-r--r-- | __e2e__/flows/mod-lists.yml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/__e2e__/flows/mod-lists.yml b/__e2e__/flows/mod-lists.yml index 75ee100a8..1d6bb2da2 100644 --- a/__e2e__/flows/mod-lists.yml +++ b/__e2e__/flows/mod-lists.yml @@ -22,24 +22,25 @@ appId: xyz.blueskyweb.app id: "editDescriptionInput" - inputText: "Shhh" - tapOn: "Save" -- tapOn: "Save" # view modlist - assertVisible: "Muted Users" - assertVisible: "Shhh" -# toggle mute subscription - tapOn: - point: "70%,9%" + label: "Dropdown" + point: "71%,9%" + - tapOn: "Mute accounts" - tapOn: "Mute list" - tapOn: "Unmute" -# toggle block subscription - tapOn: - point: "70%,9%" + label: "Dropdown" + point: "71%,9%" + - tapOn: "Block accounts" - tapOn: "Block list" - tapOn: "Unblock" - - # the rest of the behaviors are tested in curate-lists.yml \ No newline at end of file + + # the rest of the behaviors are tested in curate-lists.yml |