Skip to content

Commit 0fe1f8f

Browse files
committed
Updated the selenium and urllib3 version to latest and checked the url in selenium 3 lamdatest.py file
1 parent 89d3d29 commit 0fe1f8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
urllib3==1.26.5
2-
selenium==4.25.0
1+
urllib3==2.5.0
2+
selenium==4.38.0

selenium-3/lambdatest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_demo_site(self):
4949
# Url
5050
print("Loading URL")
5151
driver.get(
52-
"https://lambdatest.github.io/sample-todo-app/"
52+
"https://stage-lambda-devops-use-only.lambdatestinternal.com/To-do-app/index.html"
5353
)
5454

5555
# Let's click on a element

0 commit comments

Comments
 (0)