Skip to content

Commit

Permalink
comment after cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
LynkMAD committed Sep 20, 2024
1 parent 8f0aa1d commit 5e7c89b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions EXPIRATION_TIMES_CHANGE/tc0105.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ def test_01_05():
sb.click('div.ThreeDots__ThreeDotButton-sc-1wt0g0h-0.EZXOj.three-dots')
sb.click('button:contains("Burn")')
sb.click('button:contains("Cancel")') #Confirm
sb.sleep(15)
sb.switch_to_window(4)
sb.click('button:contains("Confirm")')
sb.sleep(15)
# sb.sleep(15)
# sb.switch_to_window(4)
# sb.click('button:contains("Confirm")')
# sb.sleep(15)

if __name__ == "__main__":
test_01_05()
8 changes: 4 additions & 4 deletions EXPIRATION_TIMES_CHANGE/tc0106.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ def test_01_06():
sb.click('div.ThreeDots__ThreeDotButton-sc-1wt0g0h-0.EZXOj.three-dots')
sb.click('button:contains("Burn")')
sb.click('button:contains("Cancel")') #Confirm
sb.sleep(15)
sb.switch_to_window(4)
sb.click('button:contains("Confirm")')
sb.sleep(15)
# sb.sleep(15)
# sb.switch_to_window(4)
# sb.click('button:contains("Confirm")')
# sb.sleep(15)

if __name__ == "__main__":
test_01_06()

0 comments on commit 5e7c89b

Please sign in to comment.