@@ -131,10 +131,11 @@ def test_all_your_base_are_belong_to_us(self):
131131 self .highlight ("section.crayons-card" , loops = 7 , scroll = False )
132132
133133 self .open ("https://azure.microsoft.com/en-us/services/playfab/" )
134- self .remove_elements ('div[role="dialog"]' )
135134 self .set_text_content ("h1" , aybabtu )
136135 self .set_text_content ('a[aria-label*="Try Azure"]' , ayb )
137136 self .set_text_content ('a[aria-label*="Sign in to"]' , abtu )
137+ self .remove_elements ('div[role="dialog"]' )
138+ self .remove_elements ('[aria-label*="Microsoft Survey"]' )
138139 self .highlight ("h1" , loops = 6 , scroll = False )
139140 self .highlight ('a[aria-label*="Try Azure"]' , loops = 4 , scroll = False )
140141 self .highlight ('a[aria-label*="Sign in to"]' , loops = 6 , scroll = False )
@@ -308,15 +309,6 @@ def test_all_your_base_are_belong_to_us(self):
308309 self .highlight ("h1" , loops = 6 , scroll = False )
309310 self .highlight ("input#search" , loops = 8 , scroll = False )
310311
311- self .open ("https://www.atlassian.com/software/jira" )
312- self .set_text_content ('a[href*="jira/pricing"]' , ayb )
313- self .set_text_content ('a[href*="jira/enterprise"]' , abtu )
314- self .set_text_content ('a[href="/software/jira/features"]' , "" )
315- self .set_text_content ("h1" , aybabtu )
316- self .highlight ('a[href*="jira/pricing"]' , loops = 5 , scroll = False )
317- self .highlight ('a[href*="jira/enterprise"]' , loops = 6 , scroll = False )
318- self .highlight ("h1" , loops = 8 , scroll = False )
319-
320312 self .open ("https://status.iboss.com/ibcloud/app/cloudStatus.html" )
321313 self .wait_for_element_clickable ('div[translate*="cloudStatus"]' )
322314 self .set_text_content ('div[translate*="cloudStatus"]' , ayb )
0 commit comments