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 20bad75 commit ee5472eCopy full SHA for ee5472e
examples/hack_the_planet.py
@@ -390,7 +390,7 @@ def test_all_your_base_are_belong_to_us(self):
390
self.highlight("#nav-about h3", loops=5, scroll=False)
391
self.highlight("#nav-documentation h3", loops=6, scroll=False)
392
393
- self.open("https://teamtreehouse.com/")
+ self.open("https://teamtreehouse.com/teams")
394
self.set_text_content("li.nav-item-free-trial", aybabtu)
395
self.set_text_content("h1", aybabtu)
396
self.set_text_content("h2", aybabtu)
0 commit comments