Skip to content

Commit 1292bce

Browse files
committed
Update an example test
1 parent d05532e commit 1292bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/hack_the_planet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ def test_all_your_base_are_belong_to_us(self):
180180
self.highlight("#ctitle", loops=7, scroll=False)
181181

182182
self.open("https://www.nintendo.com/whatsnew/")
183-
self.set_text_content("h2", aybabtu)
184-
self.highlight("h2", loops=10, scroll=False)
183+
self.set_text_content("#main h2", aybabtu)
184+
self.highlight("#main h2", loops=10, scroll=False)
185185

186186
if not self.headless:
187187
self.open("https://support.gog.com/hc/en-us?product=gog")

0 commit comments

Comments
 (0)