@@ -58,6 +58,7 @@ def test_all_your_base_are_belong_to_us(self):
5858 self .highlight ("#shelf-2_section span" , loops = 6 , scroll = False )
5959
6060 self .open ("https://google.com/ncr" )
61+ self .click_if_visible ('button:contains("Accept all")' )
6162 self .hide_elements ("iframe" )
6263 if self .is_element_visible ('a[href*="about.google"]' ):
6364 self .set_text_content ('a[href*="about.google"]' , ayb )
@@ -191,7 +192,7 @@ def test_all_your_base_are_belong_to_us(self):
191192 self .highlight ("h1.article_title" , loops = 5 , scroll = False )
192193
193194 self .open ("https://kubernetes.io/" )
194- self .set_text_content ('nav a[href="/docs/"]' , "ALL" )
195+ self .set_text_content ('nav a[href="/docs/home/ "]' , "ALL" )
195196 self .set_text_content ('nav a[href="/blog/"]' , "YOUR" )
196197 self .set_text_content ('nav a[href="/training/"]' , "BASE" )
197198 self .set_text_content ('nav a[href="/careers/"]' , "ARE" )
@@ -202,7 +203,7 @@ def test_all_your_base_are_belong_to_us(self):
202203 if self .is_element_visible ("h1" ):
203204 self .set_text_content ("h1" , aybabtu )
204205 self .highlight ("nav ul.navbar-nav" , loops = 3 , scroll = False )
205- self .highlight ('nav a[href="/docs/"]' , loops = 1 , scroll = False )
206+ self .highlight ('nav a[href="/docs/home/ "]' , loops = 1 , scroll = False )
206207 self .highlight ('nav a[href="/blog/"]' , loops = 1 , scroll = False )
207208 self .highlight ('nav a[href="/training/"]' , loops = 2 , scroll = False )
208209 self .highlight ('nav a[href="/careers/"]' , loops = 1 , scroll = False )
0 commit comments