From 3d3f6093f29f56954671ee182f4d1b6c4dee1b65 Mon Sep 17 00:00:00 2001 From: Hieu Date: Fri, 20 Sep 2024 10:37:29 +0700 Subject: [PATCH] update files --- MULTI_FLOWS/tc0126.py | 3 ++- MULTI_FLOWS/tc0127.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MULTI_FLOWS/tc0126.py b/MULTI_FLOWS/tc0126.py index b44871b..bad538d 100644 --- a/MULTI_FLOWS/tc0126.py +++ b/MULTI_FLOWS/tc0126.py @@ -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"]') @@ -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") \ No newline at end of file + test_01_26("https://development.arttaca.io/nft/test-multi2/16") \ No newline at end of file diff --git a/MULTI_FLOWS/tc0127.py b/MULTI_FLOWS/tc0127.py index 48079c2..db78d2f 100644 --- a/MULTI_FLOWS/tc0127.py +++ b/MULTI_FLOWS/tc0127.py @@ -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") \ No newline at end of file + test_01_27("https://development.arttaca.io/nft/test-multi2/15") \ No newline at end of file