Skip to content

Commit a98e2c6

Browse files
committed
test: wait on the vm detail page to load
1 parent d9ab8e5 commit a98e2c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/check-machines-nics

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ class TestMachinesNICs(machineslib.VirtualMachinesCase):
222222
self.waitVmRow("subVmTest1")
223223
b.wait_in_text("#vm-subVmTest1-system-state", "Running")
224224
self.goToVmPage("subVmTest1")
225+
b.wait_visible("#vm-subVmTest1-overview")
225226

226227
# Plug and unplug NICs
227228
def plugAndUnplugNICs():

0 commit comments

Comments
 (0)