We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371bdd3 commit 8f15bffCopy full SHA for 8f15bff
examples/tour_examples/xkcd_tour.py
@@ -6,7 +6,7 @@ class MyTestClass(BaseCase):
6
def test_basic(self):
7
self.open('https://xkcd.com/1117/')
8
self.assert_element('img[alt="My Sky"]')
9
- self.create_shepherd_tour()
+ self.create_tour(theme="dark")
10
self.add_tour_step("Welcome to XKCD!")
11
self.add_tour_step("This is the XKCD logo.", "#masthead img")
12
self.add_tour_step("Here's the daily webcomic.", "#comic img")
0 commit comments