From 707b6c0dc3c85db8b2d05624be970df5a404dc13 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Sat, 5 Oct 2019 17:58:18 +0300 Subject: [PATCH] Issue #3085506: Change [ Feature: Content Management - Add hero slider to entity queue using entity queue form widget] Automated Functional Acceptance Testing --- ...der-to-entityqueue-using-entityqueue-form-widget.feature | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/features/varbase/step2-apply-tests/05-content-management/05-03-add-hero-slider-to-entityqueue-using-entityqueue-form-widget.feature b/tests/features/varbase/step2-apply-tests/05-content-management/05-03-add-hero-slider-to-entityqueue-using-entityqueue-form-widget.feature index d00caf5b..d6bb5519 100644 --- a/tests/features/varbase/step2-apply-tests/05-content-management/05-03-add-hero-slider-to-entityqueue-using-entityqueue-form-widget.feature +++ b/tests/features/varbase/step2-apply-tests/05-content-management/05-03-add-hero-slider-to-entityqueue-using-entityqueue-form-widget.feature @@ -41,9 +41,10 @@ I want to be able to add and remove entities to any allowed entity queue. And I fill in "Test hero slider slide text #1" for "Slide text" And I press "Select media" And I wait for AJAX to finish + And I wait 5s Then the "entity_browser_iframe_media_browser" media browser should be open When I switch to iframe "entity_browser_iframe_media_browser" - And wait 5s + And I wait 5s Then I should see "Media name" When I fill in "Flag Earth" for "Media name" And I press the "Search" button @@ -73,9 +74,10 @@ I want to be able to add and remove entities to any allowed entity queue. And I fill in "Test hero slider slide text #2" for "Slide text" And I press "Select media" And I wait for AJAX to finish + And I wait 5s Then the "entity_browser_iframe_media_browser" media browser should be open When I switch to iframe "entity_browser_iframe_media_browser" - And wait 5s + And I wait 5s Then I should see "Media name" When I fill in "Flag Earth" for "Media name" And I press the "Search" button -- GitLab