Skip to content

Commit

Permalink
Retest
Browse files Browse the repository at this point in the history
  • Loading branch information
huyhung9630 committed Sep 20, 2024
1 parent 3d3f609 commit d5ce96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MULTI_FLOWS/tc0109.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_01_09():
sb.click('button:contains("Confirm")')
sb.sleep(15)
sb.switch_to_window(3)
sb.click('button:contains("List New")')
sb.click('button:contains("List Now")')
sb.type("#reservePrice", "0.0001")
sb.type("#quantity", 1)
sb.click('button:contains("Confirm")')
Expand Down

0 comments on commit d5ce96d

Please sign in to comment.