diff --git a/test/verify/check-shell-host-switching b/test/verify/check-shell-host-switching index a4e95faaeb52..2739aefc7e06 100755 --- a/test/verify/check-shell-host-switching +++ b/test/verify/check-shell-host-switching @@ -134,7 +134,7 @@ class TestHostSwitching(testlib.MachineCase, HostSwitcherHelpers): # This should all work without being admin on machine1 self.login_and_go(superuser=False) - b.assert_pixels("#nav-system", "nav-system", skip_layouts=["mobile"]) + b.assert_pixels("#nav-system", "nav-system", skip_layouts=["mobile"], wait_after_layout_change=True) b.set_layout("mobile") b.click("#nav-system-item") b.wait_visible("#nav-system.interact") diff --git a/test/verify/check-storage-used b/test/verify/check-storage-used index c15a88fd520f..65af0da9082d 100755 --- a/test/verify/check-storage-used +++ b/test/verify/check-storage-used @@ -71,7 +71,7 @@ ExecStart=/usr/bin/sleep infinity mock={".pf-v5-c-popover__body p:nth-of-type(2) li": "process (user: root, pid: 1234)"}, scroll_into_view="#dialog button:contains(Currently in use)") b.click(".pf-v5-c-popover button") - b.assert_pixels('#dialog', "format") + b.assert_pixels('#dialog', "format", wait_after_layout_change=True) self.dialog_cancel() self.dialog_wait_close()