From 4163c3692c866ee4a3524593a9bbf15d8697b693 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Sat, 23 Nov 2019 14:42:32 +0200 Subject: [PATCH] Issue #3095593: Fix Entity settings in the Scenario: Add Entity Queue Test Queue and use Test Content type --- ...dd-default-entityqueue-testing-content-and-config.feature | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/features/varbase/step2-apply-tests/05-content-management/05-00-add-default-entityqueue-testing-content-and-config.feature b/tests/features/varbase/step2-apply-tests/05-content-management/05-00-add-default-entityqueue-testing-content-and-config.feature index 2beada3b..c2623553 100644 --- a/tests/features/varbase/step2-apply-tests/05-content-management/05-00-add-default-entityqueue-testing-content-and-config.feature +++ b/tests/features/varbase/step2-apply-tests/05-content-management/05-00-add-default-entityqueue-testing-content-and-config.feature @@ -23,7 +23,10 @@ Scenario: Add Entity Queue Test Queue and use Test Content type Then I should see "Add Entity Queue" When I fill in "Test Queue" for "Name" And I fill in "test_queue" for "Machine-readable name" - And I check the box "Test Content" + And I click "Entity settings" + And I wait + Then I should see "Content type" + When I check the box "Test Content" And I press "Save" And I wait Then I should see "The entity queue Test Queue has been added." -- GitLab