From e728c765763e3879d947c861ce2e1fc23efd11a2 Mon Sep 17 00:00:00 2001 From: Jacob Kozol Date: Mon, 15 Aug 2022 11:50:12 +0200 Subject: [PATCH] test: deleting doesn't happen immediately so add a sleep --- test/verify/check-wizard | 1 + 1 file changed, 1 insertion(+) diff --git a/test/verify/check-wizard b/test/verify/check-wizard index 93509aa93..81a9fb30e 100755 --- a/test/verify/check-wizard +++ b/test/verify/check-wizard @@ -113,6 +113,7 @@ class TestWizard(composerlib.ComposerCase): b.click("button[data-testid='delete-image']") b.wait_visible("#cmpsr-modal-delete") b.click("#cmpsr-modal-delete button:contains('Delete image')") + time.sleep(1) b.wait_text("h2", "No images") # collect code coverage result