@@ -114,6 +114,8 @@ def test_all_your_base_are_belong_to_us(self):
114
114
self .set_text_content (".profile-preview-card button" , "SeleniumBase" )
115
115
if self .is_element_visible ('h2 a[href*="simonh"]' ):
116
116
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 )
117
119
self .highlight ('[aria-label="Primary sidebar"] div div' , scroll = False )
118
120
self .highlight ('nav a[data-text="Relevant"]' , loops = 1 , scroll = False )
119
121
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):
124
126
self .highlight ('nav a[data-text="Infinity"]' , loops = 3 , scroll = False )
125
127
if self .is_element_visible ('h2 a[href*="simonh"]' ):
126
128
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 )
127
131
self .highlight ("section.crayons-card" , loops = 7 , scroll = False )
128
132
129
133
self .open ("https://azure.microsoft.com/en-us/services/playfab/" )
0 commit comments