Skip to content

Commit

Permalink
Reset
Browse files Browse the repository at this point in the history
  • Loading branch information
huyhung9630 committed Sep 19, 2024
1 parent 221c034 commit 0690fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MULTI_FLOWS/test_01_03.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_01_03():
img_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'img', 'Ed-Sheeran-posing.jpg'))
sb.choose_file('input[type="file"]', img_path)
sb.click('span:contains("Mint now")')
sb.sleep(7)
sb.sleep(20)
sb.switch_to_window(4)
sb.click('button:contains("Reject")') #Confirm
sb.sleep(30)
Expand Down

0 comments on commit 0690fde

Please sign in to comment.