Skip to content

Commit fb7caf7

Browse files
committed
Update an example tour
1 parent a56987c commit fb7caf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/tour_examples/hopscotch_google_tour.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ def test_google_tour(self):
1919

2020
self.create_hopscotch_tour()
2121
self.add_tour_step(
22-
"Then click here to search.", 'input[value="Google Search"]')
22+
"Then click here to search.", 'input[value="Google Search"]',
23+
alignment="top")
2324
self.add_tour_step(
2425
"Or press [ENTER] after typing a query here.", '[title="Search"]')
2526
self.play_tour()

0 commit comments

Comments
 (0)