Skip to content

Commit b2a621b

Browse files
committed
Update Shepherd tour example
1 parent 752e49f commit b2a621b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/tour_examples/shepherd_google_tour.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ def test_google_tour(self):
2727
self.highlight_update_text('input[title="Search"]', "GitHub\n")
2828
self.wait_for_element("#search")
2929

30-
self.create_shepherd_tour(theme="dark")
30+
self.create_shepherd_tour(theme="square-dark")
3131
self.add_tour_step(
3232
"Search results appear here!", title="(5-second autoplay on)")
33-
self.add_tour_step("Let's take another tour:", theme="light")
33+
self.add_tour_step(
34+
"The next tour begins in a few seconds...", theme="square",
35+
title="(5-second autoplay on)")
3436
self.play_tour(interval=5) # Tour automatically continues after 5 sec
3537

3638
self.open("https://www.google.com/maps/@42.3598616,-71.0912631,15z")

0 commit comments

Comments
 (0)