@@ -114,6 +114,8 @@ def test_all_your_base_are_belong_to_us(self):
114114 self .set_text_content (".profile-preview-card button" , "SeleniumBase" )
115115 if self .is_element_visible ('h2 a[href*="simonh"]' ):
116116 self .set_text_content ('h2 a[href*="simonh"]' , aybabtu )
117+ if self .is_element_visible ('main h2 a[id*="article"]' ):
118+ self .set_text_content ('main h2 a[id*="article"]' , aybabtu )
117119 self .highlight ('[aria-label="Primary sidebar"] div div' , scroll = False )
118120 self .highlight ('nav a[data-text="Relevant"]' , loops = 1 , scroll = False )
119121 self .highlight ('nav a[data-text="Latest"]' , loops = 1 , scroll = False )
@@ -124,6 +126,8 @@ def test_all_your_base_are_belong_to_us(self):
124126 self .highlight ('nav a[data-text="Infinity"]' , loops = 3 , scroll = False )
125127 if self .is_element_visible ('h2 a[href*="simonh"]' ):
126128 self .highlight ('h2 a[href*="simonh"]' , loops = 7 , scroll = False )
129+ if self .is_element_visible ('main h2 a[id*="article"]' ):
130+ self .highlight ('main h2 a[id*="article"]' , loops = 7 , scroll = False )
127131 self .highlight ("section.crayons-card" , loops = 7 , scroll = False )
128132
129133 self .open ("https://azure.microsoft.com/en-us/services/playfab/" )
0 commit comments