@@ -43,7 +43,8 @@ def test_all_your_base_are_belong_to_us(self):
43
43
self .set_text_content ('#shelf-1 a[href*="airtag"]' , "TO" )
44
44
self .set_text_content ('#shelf-1 a[href*="tv"]' , "US" )
45
45
self .set_text_content ('#shelf-1 a[href*="homepod"]' , "." )
46
- self .set_text_content ("#shelf-3 h2" , aybabtu + ". " )
46
+ self .set_text_content ("#shelf-2_section h2" , ayb + ". " )
47
+ self .set_text_content ("#shelf-2_section span" , abtu + ". " )
47
48
self .highlight ("div.rs-shop-subheader" , loops = 6 , scroll = False )
48
49
self .highlight ("#shelf-1" , loops = 2 , scroll = False )
49
50
self .highlight ('#shelf-1 a[href*="mac"]' , loops = 1 , scroll = False )
@@ -53,7 +54,8 @@ def test_all_your_base_are_belong_to_us(self):
53
54
self .highlight ('#shelf-1 a[href*="airpod"]' , loops = 1 , scroll = False )
54
55
self .highlight ('#shelf-1 a[href*="airtag"]' , loops = 1 , scroll = False )
55
56
self .highlight ('#shelf-1 a[href*="tv"]' , loops = 3 , scroll = False )
56
- self .highlight ("#shelf-3 h2" , loops = 9 , scroll = False )
57
+ self .highlight ("#shelf-2_section h2" , loops = 5 , scroll = False )
58
+ self .highlight ("#shelf-2_section span" , loops = 6 , scroll = False )
57
59
58
60
self .open ("https://google.com/ncr" )
59
61
self .hide_elements ("iframe" )
@@ -283,15 +285,11 @@ def test_all_your_base_are_belong_to_us(self):
283
285
self .highlight ("h1" , loops = 10 , scroll = False )
284
286
285
287
self .open ("https://wordpress.com/" )
286
- self .set_text_content ('a[title="Plans & Pricing"]' , aybabtu )
287
- self .set_text_content ('a[title="Get Started"]' , ayb )
288
288
self .set_text_content ("p.no-widows" , aybabtu )
289
289
zoom_out = "h1{zoom: 0.8;-moz-transform: scale(0.8);}"
290
290
self .add_css_style (zoom_out )
291
291
self .set_text_content ("h1.no-widows" , aybabtu )
292
292
self .set_text_content ("a#lpc-button" , "Automate with SeleniumBase" )
293
- self .highlight ('a[title="Plans & Pricing"]' , loops = 6 , scroll = False )
294
- self .highlight ('a[title="Get Started"]' , loops = 4 , scroll = False )
295
293
self .highlight ("h1.no-widows" , loops = 6 , scroll = False )
296
294
self .highlight ("p.no-widows" , loops = 4 , scroll = False )
297
295
self .highlight ("a#lpc-button" , loops = 4 , scroll = False )
0 commit comments