We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ab8e5 commit a98e2c6Copy full SHA for a98e2c6
test/check-machines-nics
@@ -222,6 +222,7 @@ class TestMachinesNICs(machineslib.VirtualMachinesCase):
222
self.waitVmRow("subVmTest1")
223
b.wait_in_text("#vm-subVmTest1-system-state", "Running")
224
self.goToVmPage("subVmTest1")
225
+ b.wait_visible("#vm-subVmTest1-overview")
226
227
# Plug and unplug NICs
228
def plugAndUnplugNICs():
0 commit comments