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 752e49f commit b2a621bCopy full SHA for b2a621b
examples/tour_examples/shepherd_google_tour.py
@@ -27,10 +27,12 @@ def test_google_tour(self):
27
self.highlight_update_text('input[title="Search"]', "GitHub\n")
28
self.wait_for_element("#search")
29
30
- self.create_shepherd_tour(theme="dark")
+ self.create_shepherd_tour(theme="square-dark")
31
self.add_tour_step(
32
"Search results appear here!", title="(5-second autoplay on)")
33
- self.add_tour_step("Let's take another tour:", theme="light")
+ self.add_tour_step(
34
+ "The next tour begins in a few seconds...", theme="square",
35
+ title="(5-second autoplay on)")
36
self.play_tour(interval=5) # Tour automatically continues after 5 sec
37
38
self.open("https://www.google.com/maps/@42.3598616,-71.0912631,15z")
0 commit comments