Skip to content

Commit e16b743

Browse files
committed
test: Fix check-packagekit
1 parent 59e0226 commit e16b743

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/verify/check-packagekit

+3-3
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ echo -e "Loaded patch modules:\nkpatch_3_10_0_1062_1_1 [enabled]\n\nInstalled pa
383383
# update log only exists in the expander, collapsed by default
384384
self.assertFalse(b.is_visible("#update-log"))
385385
# expand it
386-
b.click(".pf-v6-c-expandable-section__toggle")
386+
b.click(".pf-v6-c-expandable-section__toggle button")
387387
# should eventually show chocolate when vanilla starts installing
388388
b.wait_in_text("#update-log", "chocolate")
389389

@@ -757,7 +757,7 @@ ExecStart=/usr/local/bin/{packageName}
757757
b.wait_visible(".pf-v6-c-empty-state__title:contains('Update was successful')")
758758

759759
# 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")
761761
self.assertHistory(".pf-v6-c-expandable-section ul", ["secdeclare", "secparse", "sevcritical"])
762762

763763
# ignore restarting
@@ -793,7 +793,7 @@ ExecStart=/usr/local/bin/{packageName}
793793
b.wait_visible("#ignore")
794794

795795
# 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")
797797
self.assertHistory(".pf-v6-c-expandable-section ul", ["buggy", "norefs-bin", "norefs-doc"])
798798

799799
if any(fnmatch.fnmatch(m.image, img) for img in OSesWithoutTracer):

0 commit comments

Comments
 (0)