Skip to content

Commit 66af773

Browse files
committed
Update an example test
1 parent 67f64da commit 66af773

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/hack_the_planet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def test_all_your_base_are_belong_to_us(self):
2121
wiki = "https://en.wikipedia.org/wiki/All_your_base_are_belong_to_us"
2222

2323
self.open(wiki)
24+
self.click_if_visible('button[aria-label="Close"]')
2425
self.set_text_content("h1#firstHeading", aybabtu)
2526
self.set_text_content("#ca-history a", aybabtu)
2627
self.set_text_content('#n-mainpage-description a', "ALL")

0 commit comments

Comments
 (0)