Skip to content

Commit

Permalink
add click 3dot
Browse files Browse the repository at this point in the history
  • Loading branch information
LynkMAD committed Sep 20, 2024
1 parent 3be31ff commit 1961af4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MULTI_FLOWS/tc0108.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def test_01_08():
sb.click('button:contains("Confirm")')
sb.sleep(15)
sb.switch_to_window(3)
sb.click(".three-dots")
sb.click('button:contains("List Now")')
sb.type("#reservePrice", "0.0001")
sb.type("#quantity", 1)
Expand Down

0 comments on commit 1961af4

Please sign in to comment.