@@ -286,6 +286,8 @@ def test_all_your_base_are_belong_to_us(self):
286286 self .highlight ('h1' , loops = 6 , scroll = False )
287287
288288 self .open ("https://www.selenium.dev/" )
289+ if self .is_element_visible ('button[data-dismiss="alert"] span' ):
290+ self .js_click ('button[data-dismiss="alert"] span' , scroll = False )
289291 self .set_attributes ("a.dropdown-toggle" , "class" , "nav-link" )
290292 self .set_text_content ('li a:contains("About")' , "ALL" )
291293 self .set_text_content ('li a:contains("Downloads")' , "YOUR" )
@@ -360,12 +362,12 @@ def test_all_your_base_are_belong_to_us(self):
360362 self .set_text_content ('a[href="/software/jira/features"]' , "" )
361363 self .set_text_content ('a[href="/software/jira/guides"]' , "" )
362364 self .set_text_content ("h1" , ayb )
363- self .set_text_content ('div.xs-none-bottom a[href*="free"]' , abtu )
365+ self .set_text_content ('[class*="link-button"] a[href*="free"]' , abtu )
364366 self .highlight ("ul.imkt-navbar__link-list" , loops = 2 , scroll = False )
365367 self .highlight ('a[href*="jira/pricing"]' , loops = 3 , scroll = False )
366368 self .highlight ('a[href*="jira/enterprise"]' , loops = 3 , scroll = False )
367369 self .highlight ("h1" , loops = 3 , scroll = False )
368- self .highlight ('div.xs-none-bottom a[href*="free"]' , scroll = False )
370+ self .highlight ('[class*="link-button"] a[href*="free"]' , scroll = False )
369371
370372 self .open ("https://status.iboss.com/ibcloud/app/cloudStatus.html" )
371373 self .set_text_content ('div[translate*="cloudStatus"]' , ayb )
0 commit comments