Skip to content

Commit e5ecf82

Browse files
committed
Update Google Tour example
1 parent 00d1b64 commit e5ecf82

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/tour_examples/google_tour.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ def test_google_tour(self):
2828
self.create_tour(theme="dark")
2929
self.add_tour_step(
3030
"Search results appear here!", title="(5-second autoplay on)")
31-
self.add_tour_step(
32-
"Let's take another tour...",
33-
title="Ready for more?", theme="arrows")
34-
self.play_tour(interval=5) # tour automatically continues after 3s
31+
self.add_tour_step("Let's take another tour:", theme="arrows")
32+
self.play_tour(interval=5) # tour automatically continues after 5 sec
3533

3634
self.open("https://www.google.com/maps/@42.3598616,-71.0912631,15z")
3735
self.wait_for_element('input#searchboxinput')

0 commit comments

Comments
 (0)