Skip to content

Commit ee5472e

Browse files
committed
Update an example test
1 parent 20bad75 commit ee5472e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hack_the_planet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def test_all_your_base_are_belong_to_us(self):
390390
self.highlight("#nav-about h3", loops=5, scroll=False)
391391
self.highlight("#nav-documentation h3", loops=6, scroll=False)
392392

393-
self.open("https://teamtreehouse.com/")
393+
self.open("https://teamtreehouse.com/teams")
394394
self.set_text_content("li.nav-item-free-trial", aybabtu)
395395
self.set_text_content("h1", aybabtu)
396396
self.set_text_content("h2", aybabtu)

0 commit comments

Comments
 (0)