Skip to content

Commit 3659875

Browse files
committed
test: Fix check-sosreport
1 parent 6055080 commit 3659875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/verify/check-sosreport

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class TestSOS(testlib.MachineCase):
102102
tar.getmember(os.path.join(topdir, "etc/os-release"))
103103

104104
b.click("tr:contains(mylabel) button.pf-v6-c-menu-toggle")
105-
b.click("tr:contains(mylabel) .pf-v6-c-menu__list-item:contains(Delete) button")
105+
b.click(".pf-v6-c-menu__list-item:contains(Delete) button")
106106
b.click("#sos-remove-dialog button:contains(Delete)")
107107
# ensure it removes the report itself, and auxiliary files like .gpg
108108
m.execute(f"while ls {self.report_dir}/{base_report}*; do sleep 1; done", stdout=None, timeout=10)

0 commit comments

Comments
 (0)