Skip to content

Commit 764f1ba

Browse files
committed
Update a test
1 parent a1bf46d commit 764f1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test_demo_site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class MyTestClass(BaseCase):
55

66
def test_demo_site(self):
7-
self.open("://seleniumbase.github.io/demo_page.html")
7+
self.open("https://seleniumbase.io/demo_page.html")
88

99
# Assert that the element is visible on the page
1010
self.assert_element("tbody#tbodyId")

0 commit comments

Comments
 (0)