Skip to content

Commit 3b9a447

Browse files
authored
Replace web URL (#12)
1 parent e2b7e82 commit 3b9a447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdatest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_demo_site(self):
5555

5656
# Url
5757
print('Loading URL')
58-
driver.get("https://todo-app.lambdatest.io/index.html")
58+
driver.get("https://stage-lambda-devops-use-only.lambdatestinternal.com/To-do-app/index.html")
5959

6060
# Let's click on a element
6161
driver.find_element(By.NAME, "li1").click()

0 commit comments

Comments
 (0)