@@ -383,7 +383,7 @@ echo -e "Loaded patch modules:\nkpatch_3_10_0_1062_1_1 [enabled]\n\nInstalled pa
383
383
# update log only exists in the expander, collapsed by default
384
384
self .assertFalse (b .is_visible ("#update-log" ))
385
385
# expand it
386
- b .click (".pf-v6-c-expandable-section__toggle" )
386
+ b .click (".pf-v6-c-expandable-section__toggle button " )
387
387
# should eventually show chocolate when vanilla starts installing
388
388
b .wait_in_text ("#update-log" , "chocolate" )
389
389
@@ -757,7 +757,7 @@ ExecStart=/usr/local/bin/{packageName}
757
757
b .wait_visible (".pf-v6-c-empty-state__title:contains('Update was successful')" )
758
758
759
759
# history on restart page should show the three security updates
760
- b .click (".pf-v6-c-expandable-section__toggle" )
760
+ b .click (".pf-v6-c-expandable-section__toggle button " )
761
761
self .assertHistory (".pf-v6-c-expandable-section ul" , ["secdeclare" , "secparse" , "sevcritical" ])
762
762
763
763
# ignore restarting
@@ -793,7 +793,7 @@ ExecStart=/usr/local/bin/{packageName}
793
793
b .wait_visible ("#ignore" )
794
794
795
795
# history on restart page should show the three non-security updates
796
- b .click (".pf-v6-c-expandable-section__toggle" )
796
+ b .click (".pf-v6-c-expandable-section__toggle button " )
797
797
self .assertHistory (".pf-v6-c-expandable-section ul" , ["buggy" , "norefs-bin" , "norefs-doc" ])
798
798
799
799
if any (fnmatch .fnmatch (m .image , img ) for img in OSesWithoutTracer ):
0 commit comments