Skip to content

Commit 8f15bff

Browse files
committed
Update an example tour
1 parent 371bdd3 commit 8f15bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tour_examples/xkcd_tour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class MyTestClass(BaseCase):
66
def test_basic(self):
77
self.open('https://xkcd.com/1117/')
88
self.assert_element('img[alt="My Sky"]')
9-
self.create_shepherd_tour()
9+
self.create_tour(theme="dark")
1010
self.add_tour_step("Welcome to XKCD!")
1111
self.add_tour_step("This is the XKCD logo.", "#masthead img")
1212
self.add_tour_step("Here's the daily webcomic.", "#comic img")

0 commit comments

Comments
 (0)