@@ -69,6 +69,7 @@ def test_all_your_base_are_belong_to_us(self):
6969 self .highlight ("h2" , loops = 9 , scroll = False )
7070
7171 self .open ("https://google.com/ncr" )
72+ self .hide_elements ('iframe' )
7273 self .set_text_content ('a[href*="about.google"]' , ayb )
7374 self .set_text_content ('a[href*="store.google"]' , abtu )
7475 self .set_text_content ('a[href*="mail.google.com"]' , ayb )
@@ -169,11 +170,9 @@ def test_all_your_base_are_belong_to_us(self):
169170 self .set_text_content ("h1" , aybabtu )
170171 self .set_text_content ('a[aria-label*="Try PlayF"]' , ayb )
171172 self .set_text_content ('a[aria-label*="Sign in to"]' , abtu )
172- self .set_text_content ('span:contains("Chat with Sales")' , aybabtu )
173173 self .highlight ("h1" , loops = 6 , scroll = False )
174174 self .highlight ('a[aria-label*="Try PlayF"]' , loops = 4 , scroll = False )
175- self .highlight ('a[aria-label*="Sign in to"]' , loops = 4 , scroll = False )
176- self .highlight ("button#live-engage-btn" , loops = 6 , scroll = False )
175+ self .highlight ('a[aria-label*="Sign in to"]' , loops = 6 , scroll = False )
177176
178177 self .open ("https://www.snapchat.com/" )
179178 self .set_text_content ("h1" , ayb )
0 commit comments