We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3e2b1 commit 706cf1cCopy full SHA for 706cf1c
test/verify/check-networkmanager-basic
@@ -53,7 +53,7 @@ class TestNetworkingBasic(netlib.NetworkCase):
53
b.click("#zoom-control button:nth-of-type(2)")
54
b.wait_in_text("#zoom-control button.pf-v6-c-menu-toggle", "1 hour")
55
b.click("#zoom-control button.pf-v6-c-menu-toggle")
56
- b.click("#zoom-control .pf-v6-c-menu ul li:nth-child(3) > button")
+ b.click(".pf-v6-c-menu ul li:nth-child(3) > button")
57
b.wait_in_text("#zoom-control button.pf-v6-c-menu-toggle", "5 minutes")
58
59
# FIXME: rtl test was flaky, debug it and remove the skip
0 commit comments