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 00d1b64 commit e5ecf82Copy full SHA for e5ecf82
examples/tour_examples/google_tour.py
@@ -28,10 +28,8 @@ def test_google_tour(self):
28
self.create_tour(theme="dark")
29
self.add_tour_step(
30
"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
+ self.add_tour_step("Let's take another tour:", theme="arrows")
+ self.play_tour(interval=5) # tour automatically continues after 5 sec
35
36
self.open("https://www.google.com/maps/@42.3598616,-71.0912631,15z")
37
self.wait_for_element('input#searchboxinput')
0 commit comments