@@ -286,6 +286,8 @@ def test_all_your_base_are_belong_to_us(self):
286
286
self .highlight ('h1' , loops = 6 , scroll = False )
287
287
288
288
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 )
289
291
self .set_attributes ("a.dropdown-toggle" , "class" , "nav-link" )
290
292
self .set_text_content ('li a:contains("About")' , "ALL" )
291
293
self .set_text_content ('li a:contains("Downloads")' , "YOUR" )
@@ -360,12 +362,12 @@ def test_all_your_base_are_belong_to_us(self):
360
362
self .set_text_content ('a[href="/software/jira/features"]' , "" )
361
363
self .set_text_content ('a[href="/software/jira/guides"]' , "" )
362
364
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 )
364
366
self .highlight ("ul.imkt-navbar__link-list" , loops = 2 , scroll = False )
365
367
self .highlight ('a[href*="jira/pricing"]' , loops = 3 , scroll = False )
366
368
self .highlight ('a[href*="jira/enterprise"]' , loops = 3 , scroll = False )
367
369
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 )
369
371
370
372
self .open ("https://status.iboss.com/ibcloud/app/cloudStatus.html" )
371
373
self .set_text_content ('div[translate*="cloudStatus"]' , ayb )
0 commit comments