Skip to content

Commit 1c3527b

Browse files
committed
Update the Tour example
1 parent 4c874c1 commit 1c3527b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tour_examples/google_tour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from seleniumbase import BaseCase
22

33

4-
class MyTestClass(BaseCase):
4+
class MyTourClass(BaseCase):
55

66
def test_google_tour(self):
77
self.open('https://google.com')

0 commit comments

Comments
 (0)