Skip to content

Commit

Permalink
Fix recognize func
Browse files Browse the repository at this point in the history
  • Loading branch information
huyhung9630 committed Sep 20, 2024
1 parent 60a4769 commit 28c6ea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MULTI_FLOWS/tc0124.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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")
test_01_24("https://development.arttaca.io/nft/test-multi2/16")
2 changes: 1 addition & 1 deletion MULTI_FLOWS/tc0126.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
test_01_26()

0 comments on commit 28c6ea7

Please sign in to comment.