@@ -91,14 +91,6 @@ def test_all_your_base_are_belong_to_us(self):
9191 self .highlight ('a[href*="google.com/img"]' , loops = 3 )
9292 self .highlight ('form[role="search"]' , loops = 8 )
9393
94- self .open ("https://twitter.com/" )
95- if not self .is_element_visible ('a[href*="w/signup"] span' ):
96- self .refresh ()
97- if self .is_element_visible ('a[href*="w/signup"] span' ):
98- self .set_text_content ('a[href*="w/signup"] span' , aybabtu )
99- self .highlight ('a[href*="w/signup"] span' , loops = 6 , scroll = False )
100- self .highlight ('a[href*="w/signup"]' , loops = 6 , scroll = False )
101-
10294 self .open ("https://github.com/features/actions" )
10395 self .set_text_content ('a[href="/team"]' , ayb )
10496 self .set_text_content ('a[href="/enterprise"]' , abtu )
@@ -114,8 +106,6 @@ def test_all_your_base_are_belong_to_us(self):
114106 self .highlight ("h1" , loops = 8 , scroll = False )
115107
116108 self .open ("https://dev.to/top/infinity" )
117- self .hide_elements ("#js-hero-banner" )
118- self .hide_elements ('main > div:contains("Pinned")' )
119109 self .click_if_visible ('button[aria-label="Close campaign banner"]' )
120110 self .set_text_content ('nav a[data-text="Relevant"]' , "ALL" )
121111 self .set_text_content ('nav a[data-text="Latest"]' , "YOUR" )
@@ -149,6 +139,7 @@ def test_all_your_base_are_belong_to_us(self):
149139 self .highlight ('h2 a[href*="simonh"]' , loops = 7 , scroll = False )
150140
151141 self .open ("https://azure.microsoft.com/en-us/services/playfab/" )
142+ self .remove_elements ('div[role="dialog"]' )
152143 self .set_text_content ("h1" , aybabtu )
153144 self .set_text_content ('a[aria-label*="Try PlayF"]' , ayb )
154145 self .set_text_content ('a[aria-label*="Sign in to"]' , abtu )
0 commit comments