Skip to content

Commit

Permalink
do not like the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Oct 30, 2024
1 parent a83facd commit 3377c46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Binary file modified [email protected]
Binary file not shown.
7 changes: 7 additions & 0 deletions Streaming enhanced.side
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
"target": "1936x1048",
"targets": [],
"value": ""
}, {
"id": "cd65917a-fcf6-48fa-98d5-4d4d8483e3a7",
"comment": "",
"command": "verifyElementPresent",
"target": "css=.iconOnly",
"targets": [],
"value": ""
}, {
"id": "9bf0bd78-a7ce-4383-a20c-b28911e25daa",
"comment": "",
Expand Down
4 changes: 2 additions & 2 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

ffOptions.add_argument("-profile")
ffOptions.add_argument(
r"C:\Users\Marvin\AppData\Roaming\Mozilla\Firefox\Profiles\fd74ra9i.test"
r"C:\Users\Marvin\AppData\Roaming\Mozilla\Firefox\Profiles\35x42i21.test"
)
driver = webdriver.Firefox(options=ffOptions)
extension_path = "[email protected]"
Expand Down Expand Up @@ -312,7 +312,7 @@ def Disney_Credits():
if len(sys.argv) <= 1 or "n" in sys.argv:
print("Netflix:")
Netflix_Profile()
# Netflix_intro()
Netflix_intro()

if len(sys.argv) <= 1 or "d" in sys.argv:
print("Disney:")
Expand Down

0 comments on commit 3377c46

Please sign in to comment.