We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b7e82 commit 3b9a447Copy full SHA for 3b9a447
lambdatest.py
@@ -55,7 +55,7 @@ def test_demo_site(self):
55
56
# Url
57
print('Loading URL')
58
- driver.get("https://todo-app.lambdatest.io/index.html")
+ driver.get("https://stage-lambda-devops-use-only.lambdatestinternal.com/To-do-app/index.html")
59
60
# Let's click on a element
61
driver.find_element(By.NAME, "li1").click()
0 commit comments