@@ -196,7 +196,7 @@ def test_all_your_base_are_belong_to_us(self):
196196 self .set_text_content ('a[prettyslug="your-profile"]' , "BASE" )
197197 self .set_text_content ('a[prettyslug="connect-tools"]' , "ARE" )
198198 self .set_text_content ('a[prettyslug="administration"]' , "BELONG" )
199- self .set_text_content ('a[prettyslug="tutorials"]' , "TO US" )
199+ self .set_text_content ('a[prettyslug* ="tutorials"]' , "TO US" )
200200 self .set_text_content ("h1.article_title" , aybabtu )
201201 self .highlight ("h1" , loops = 4 , scroll = False )
202202 self .highlight ("div#global_menu" , loops = 2 , scroll = False )
@@ -205,7 +205,7 @@ def test_all_your_base_are_belong_to_us(self):
205205 self .highlight ('a[prettyslug="your-profile"]' , loops = 2 , scroll = False )
206206 self .highlight ('a[prettyslug="connect-tools"]' , loops = 1 , scroll = False )
207207 self .highlight ('a[prettyslug="administration"]' , loops = 1 , scroll = False )
208- self .highlight ('a[prettyslug="tutorials"]' , loops = 2 , scroll = False )
208+ self .highlight ('a[prettyslug* ="tutorials"]' , loops = 2 , scroll = False )
209209 self .highlight ("h1.article_title" , loops = 5 , scroll = False )
210210
211211 self .open ("https://kubernetes.io/" )
0 commit comments