diff --git a/src/components/common/stateIcon.scss b/src/components/common/stateIcon.scss index f260ec2b5..338ee7210 100644 --- a/src/components/common/stateIcon.scss +++ b/src/components/common/stateIcon.scss @@ -1,3 +1,9 @@ +// Add some space between resource status and possible error state +.resource-state-text .pf-v5-c-label__text { + display: flex; + gap: var(--pf-v5-global--spacer--xs); +} + .resource-state-text:first-child { // In definition lists (for Overview), // match text size and alignment diff --git a/test/check-machines-lifecycle b/test/check-machines-lifecycle index aff398bb2..5e0071065 100755 --- a/test/check-machines-lifecycle +++ b/test/check-machines-lifecycle @@ -277,6 +277,9 @@ class TestMachinesLifecycle(VirtualMachinesCase): # Try to run subVmTest1 - it will fail because of inactive default network tryRunDomain(1, 'subVmTest1', 'system') + b.wait_visible("#vm-subVmTest1-system-state-error") + if run_pixel_tests: + b.assert_pixels("tr[data-row-id=vm-subVmTest1-system]", "vm-state-error") b.click('#vm-subVmTest1-system-state-error button:contains("view more")') b.wait_in_text(".pf-v5-c-popover", "VM subVmTest1 failed to start") b.click('#vm-subVmTest1-system-state-error button[aria-label=Close]') diff --git a/test/reference b/test/reference index b79ac94e8..886f29bf5 160000 --- a/test/reference +++ b/test/reference @@ -1 +1 @@ -Subproject commit b79ac94e833e8372ebd6d936c68ebb604c06ada2 +Subproject commit 886f29bf52dd1dcc0433aa204698133785b36375