Skip to content

Commit

Permalink
Retest workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
huyhung9630 committed Sep 19, 2024
1 parent b440d08 commit 6dd1e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions FIAT_PAYMENT_STAGE1/tc0109.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ def test_01_09():
sb.click('button:contains("Buy with crypto")')
sb.sleep(7)
sb.switch_to_window(4)
sb.click('button:contains("Confirm")')
sb.sleep(7)
sb.switch_to_window(3)
sb.click('button:contains("Close")')
sb.click('button:contains("Buy now")')
sb.click('button:contains("Buy with crypto")')
sb.sleep(15)
sb.switch_to_window(4)
sb.click('button:contains("Reject")')

if __name__ == "__main__":
Expand Down
4 changes: 2 additions & 2 deletions FIAT_PAYMENT_STAGE2/tc0109.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def test_01_09():
with SB(
extension_dir=os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'temp', 'metamask-chrome'))
) as sb:
url = "https://development.arttaca.io/nft/multi-test-fiat/4"
url = "https://development.arttaca.io/nft/test-multi2/14"
sb.sleep(5)
sb.switch_to_window(1)
sb.click('input[data-testid="onboarding-terms-checkbox"]')
Expand Down Expand Up @@ -67,4 +67,4 @@ def test_01_09():
sb.type('input#billingName',"Mai Anh Duong")

if __name__ == "__main__":
test_01_09("https://development.arttaca.io/nft/multi-test-fiat/4")
test_01_09()

0 comments on commit 6dd1e4e

Please sign in to comment.