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 afddb82 commit bd9967aCopy full SHA for bd9967a
examples/hack_the_planet.py
@@ -93,6 +93,8 @@ def test_all_your_base_are_belong_to_us(self):
93
94
self.open("https://dev.to/top/infinity")
95
self.click_if_visible('button[aria-label="Close campaign banner"]')
96
+ self.click_if_visible('svg[aria-label="Close campaign banner"]')
97
+ self.hide_elements('main div:contains("Pinned")')
98
self.set_text_content('nav a[data-text="Relevant"]', "ALL")
99
self.set_text_content('nav a[data-text="Latest"]', "YOUR")
100
self.set_text_content('nav a[data-text="Top"]', "BASE")
0 commit comments