Skip to content

Commit 882155a

Browse files
committed
Update an example
1 parent a1e3952 commit 882155a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

examples/hack_the_planet.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,6 @@ def test_all_your_base_are_belong_to_us(self):
129129
self.highlight('main h2 a[id*="article"]', loops=7, scroll=False)
130130
self.highlight("section.crayons-card", loops=7, scroll=False)
131131

132-
self.open("https://azure.microsoft.com/en-us/services/playfab/")
133-
self.set_text_content("h1", aybabtu)
134-
self.set_text_content('a[aria-label*="Try Azure"]', ayb)
135-
self.set_text_content('a[aria-label*="Sign in to"]', abtu)
136-
self.remove_elements('div[role="dialog"]')
137-
self.remove_elements('[aria-label*="Microsoft Survey"]')
138-
self.highlight("h1", loops=6, scroll=False)
139-
self.highlight('a[aria-label*="Try Azure"]', loops=4, scroll=False)
140-
self.highlight('a[aria-label*="Sign in to"]', loops=6, scroll=False)
141-
142132
self.open("https://store.steampowered.com/")
143133
self.set_text_content('div.content a[href*="/about/"]', " ")
144134
self.set_text_content('div.content a[href*="help.steam"]', aybabtu)

0 commit comments

Comments
 (0)