From 001ae19ac322109aac51d981c8a24afaa5e5390e Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 20 Jul 2022 16:03:43 +1200 Subject: [PATCH] MNT Wait for toast to appear for behat in new CI --- tests/behat/features/manage-files.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/behat/features/manage-files.feature b/tests/behat/features/manage-files.feature index c6d384695..fd70270ab 100644 --- a/tests/behat/features/manage-files.feature +++ b/tests/behat/features/manage-files.feature @@ -172,6 +172,7 @@ Feature: Manage files When I check the file named "testfile" in the gallery And I press the "View actions" button And I press the "Unpublish" button + And I wait for 3 seconds Then I should see a "1 folders/files were successfully unpublished" success toast When I check the file named "file2" in the gallery And I check the file named "testfile" in the gallery