From 28c6ea7f9b298b1d52bf68f71b9e45035ca417af Mon Sep 17 00:00:00 2001 From: Hieu Date: Sat, 21 Sep 2024 00:15:37 +0700 Subject: [PATCH] Fix recognize func --- MULTI_FLOWS/tc0124.py | 4 ++-- MULTI_FLOWS/tc0126.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MULTI_FLOWS/tc0124.py b/MULTI_FLOWS/tc0124.py index d869e78..44610fa 100644 --- a/MULTI_FLOWS/tc0124.py +++ b/MULTI_FLOWS/tc0124.py @@ -3,7 +3,7 @@ import time import os -def tc_01_24(url): +def test_01_24(): with SB( extension_dir=os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'temp', 'metamask-chrome')) ) as sb: @@ -68,4 +68,4 @@ def tc_01_24(url): sb.sleep(30) if __name__ == "__main__": - tc_01_24("https://development.arttaca.io/nft/test-multi2/16") \ No newline at end of file + test_01_24("https://development.arttaca.io/nft/test-multi2/16") \ No newline at end of file diff --git a/MULTI_FLOWS/tc0126.py b/MULTI_FLOWS/tc0126.py index f2572a1..cbc4c07 100644 --- a/MULTI_FLOWS/tc0126.py +++ b/MULTI_FLOWS/tc0126.py @@ -68,4 +68,4 @@ def test_01_26(): sb.sleep(30) if __name__ == "__main__": - test_01_26("https://development.arttaca.io/nft/test-multi2/16") \ No newline at end of file + test_01_26() \ No newline at end of file