Skip to content

Commit 706cf1c

Browse files
committed
test: Fix TestNetworkingBasic.testBasic
In Chromium, the menu is directly hanging off `<body>`, not as a child of `#zoom-control`.
1 parent df3e2b1 commit 706cf1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/verify/check-networkmanager-basic

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class TestNetworkingBasic(netlib.NetworkCase):
5353
b.click("#zoom-control button:nth-of-type(2)")
5454
b.wait_in_text("#zoom-control button.pf-v6-c-menu-toggle", "1 hour")
5555
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")
56+
b.click(".pf-v6-c-menu ul li:nth-child(3) > button")
5757
b.wait_in_text("#zoom-control button.pf-v6-c-menu-toggle", "5 minutes")
5858

5959
# FIXME: rtl test was flaky, debug it and remove the skip

0 commit comments

Comments
 (0)