From 3c1a706b34336459ac4074f9654c13a052bfd5cb Mon Sep 17 00:00:00 2001 From: Saurabh Date: Wed, 16 Nov 2022 13:27:48 +0530 Subject: [PATCH] Replace web URL --- lambdatest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambdatest.py b/lambdatest.py index 5e83d41..76a5081 100644 --- a/lambdatest.py +++ b/lambdatest.py @@ -55,7 +55,7 @@ def test_demo_site(self): # Url print('Loading URL') - driver.get("https://todo-app.lambdatest.io/index.html") + driver.get("https://stage-lambda-devops-use-only.lambdatestinternal.com/To-do-app/index.html") # Let's click on a element driver.find_element(By.NAME, "li1").click()