Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
huyhung9630 committed Sep 20, 2024
1 parent 5c18641 commit 3d3f609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MULTI_FLOWS/tc0126.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ def test_01_26():
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/test-multi2/16"
sb.sleep(5)
sb.switch_to_window(1)
sb.click('input[data-testid="onboarding-terms-checkbox"]')
Expand Down Expand Up @@ -67,4 +68,4 @@ def test_01_26():
sb.sleep(15)

if __name__ == "__main__":
tc_01_26("https://development.arttaca.io/nft/test-multi2/16")
test_01_26("https://development.arttaca.io/nft/test-multi2/16")
2 changes: 1 addition & 1 deletion MULTI_FLOWS/tc0127.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ def test_01_27():
sb.sleep(15)

if __name__ == "__main__":
tc_01_27("https://development.arttaca.io/nft/test-multi2/15")
test_01_27("https://development.arttaca.io/nft/test-multi2/15")

0 comments on commit 3d3f609

Please sign in to comment.