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 d05532e commit 1292bceCopy full SHA for 1292bce
examples/hack_the_planet.py
@@ -180,8 +180,8 @@ def test_all_your_base_are_belong_to_us(self):
180
self.highlight("#ctitle", loops=7, scroll=False)
181
182
self.open("https://www.nintendo.com/whatsnew/")
183
- self.set_text_content("h2", aybabtu)
184
- self.highlight("h2", loops=10, scroll=False)
+ self.set_text_content("#main h2", aybabtu)
+ self.highlight("#main h2", loops=10, scroll=False)
185
186
if not self.headless:
187
self.open("https://support.gog.com/hc/en-us?product=gog")
0 commit comments