@@ -282,14 +282,14 @@ def test_all_your_base_are_belong_to_us(self):
282282 self .highlight ("h1" , loops = 10 , scroll = False )
283283
284284 self .open ("https://wordpress.com/" )
285- self .set_text_content ("p.no-widows" , aybabtu )
286- zoom_out = "h1{zoom: 0.8;-moz-transform: scale(0.8);}"
285+ zoom_out = "h1.is-page-header{zoom: 0.8;-moz-transform: scale(0.8);}"
287286 self .add_css_style (zoom_out )
288- self .set_text_content ("h1.no-widows" , aybabtu )
289- self .set_text_content ("a#lpc-button" , "Automate with SeleniumBase" )
290- self .highlight ("h1.no-widows" , loops = 6 , scroll = False )
291- self .highlight ("p.no-widows" , loops = 4 , scroll = False )
292- self .highlight ("a#lpc-button" , loops = 4 , scroll = False )
287+ zoom_in = "div.lp-is-cta-blue{zoom: 1.4;-moz-transform: scale(1.4);}"
288+ self .add_css_style (zoom_in )
289+ self .set_text_content ("h1.is-page-header" , aybabtu )
290+ self .set_text_content ("main div.lp-is-cta-blue" , "Use SeleniumBase!" )
291+ self .highlight ("h1.is-page-header" , loops = 6 , scroll = False )
292+ self .highlight ("main div.lp-is-cta-blue" , loops = 4 , scroll = False )
293293
294294 self .open ("https://seleniumbase.com/" )
295295 self .set_text_content ("h1" , aybabtu )
0 commit comments