From 56f26cdf9cc03be9827fbfa07efd95cfd86890ec Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Fri, 26 Apr 2019 00:34:31 +0300 Subject: [PATCH] Issue #3050503: Changed the Automated Functional Acceptance Testing group: 05 content-management, as for the entityqueue changed the back-end ordaring and form elements --- ...tyqueue-testing-content-and-config.feature | 26 +++++++++---------- ...yqueue-reverse-order-in-admin-view.feature | 12 ++++----- ...ueue-using-entityqueue-form-widget.feature | 4 +-- ...05-04-cloning-content-and-entities.feature | 2 +- 4 files changed, 22 insertions(+), 22 deletions(-) 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 b176742a..92b5c9ff 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 @@ -69,22 +69,22 @@ Scenario: Add Test content N1, N2, N3, N4 nodes to the "Test Queue" entityqueue. When I click "Edit items" in the "Test Queue" row And I wait Then I should see "Edit subqueue Test Queue" - When I fill in "Test content N1" for "items[0][target_id]" - And I press "Save" - Then I should see "1 items" in the "Test Queue" row + When I fill in "Test content N1" for "items[add_more][new_item][target_id]" + And I press "Add item" + And I wait for AJAX to finish + Then I should see "Test content N1" # Add "Test content N2" to the location #2 in the "Test Queue" - When I click "Edit items" in the "Test Queue" row - And I wait - Then I should see "Edit subqueue Test Queue" - When I fill in "Test content N2" for "items[1][target_id]" - And I press "Save" - Then I should see "2 items" in the "Test Queue" row + When I fill in "Test content N2" for "items[add_more][new_item][target_id]" + And I press "Add item" + And I wait for AJAX to finish + Then I should see "Test content N1" # Add "Test content N3" to the location #3 in the "Test Queue" - When I click "Edit items" in the "Test Queue" row + When I fill in "Test content N3" for "items[add_more][new_item][target_id]" + And I press "Add item" + And I wait for AJAX to finish + Then I should see "Test content N1" + When I press "Save" And I wait - Then I should see "Edit subqueue Test Queue" - When I fill in "Test content N3" for "items[2][target_id]" - And I press "Save" Then I should see "3 items" in the "Test Queue" row diff --git a/tests/features/varbase/step2-apply-tests/05-content-management/05-01-entityqueue-reverse-order-in-admin-view.feature b/tests/features/varbase/step2-apply-tests/05-content-management/05-01-entityqueue-reverse-order-in-admin-view.feature index cd00279f..fd2a1ba0 100644 --- a/tests/features/varbase/step2-apply-tests/05-content-management/05-01-entityqueue-reverse-order-in-admin-view.feature +++ b/tests/features/varbase/step2-apply-tests/05-content-management/05-01-entityqueue-reverse-order-in-admin-view.feature @@ -12,9 +12,9 @@ Scenario: Check that Reverse order in admin view is working. When I click "Edit items" in the "Test Queue" row And I wait Then I should see "Edit subqueue Test Queue" - And I should see "Test content N1" value in the "edit-items-0-target-id" input element - And I should see "Test content N2" value in the "edit-items-1-target-id" input element - And I should see "Test content N3" value in the "edit-items-2-target-id" input element + And I should see "Test content N1" in the "#edit-items-0-target-id" element + And I should see "Test content N2" in the "#edit-items-1-target-id" element + And I should see "Test content N3" in the "#edit-items-2-target-id" element When I go to "/admin/structure/entityqueue/test_queue#edit-queue-settings" And I wait @@ -33,6 +33,6 @@ Scenario: Check that Reverse order in admin view is working. When I click "Edit items" in the "Test Queue" row And I wait Then I should see "Edit subqueue Test Queue" - And I should see "Test content N3" value in the "edit-items-0-target-id" input element - And I should see "Test content N2" value in the "edit-items-1-target-id" input element - And I should see "Test content N1" value in the "edit-items-2-target-id" input element + And I should see "Test content N3" in the "#edit-items-0-target-id" element + And I should see "Test content N2" in the "#edit-items-1-target-id" element + And I should see "Test content N1" in the "#edit-items-2-target-id" element 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 061d2dd7..a6c10c7c 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 @@ -100,8 +100,8 @@ I want to be able to add and remove entities to any allowed entityqueue. Given I am a logged in user with the "test_super_admin" user When I go to "admin/structure/entityqueue/varbase_heroslider_media/varbase_heroslider_media" And I wait - Then I should see "Test hero slider #1" value in the "edit-items-0-target-id" input element - And I should see "Test hero slider #2" value in the "edit-items-1-target-id" input element + Then I should see "Test hero slider #1" in the "#edit-items-0-target-id" element + And I should see "Test hero slider #2" in the "#edit-items-1-target-id" element @javascript @local @development @staging @production Scenario: Remove a "Hero slider" from the "varbase_heroslider_media" entityqueue diff --git a/tests/features/varbase/step2-apply-tests/05-content-management/05-04-cloning-content-and-entities.feature b/tests/features/varbase/step2-apply-tests/05-content-management/05-04-cloning-content-and-entities.feature index 2ea603be..01099741 100644 --- a/tests/features/varbase/step2-apply-tests/05-content-management/05-04-cloning-content-and-entities.feature +++ b/tests/features/varbase/step2-apply-tests/05-content-management/05-04-cloning-content-and-entities.feature @@ -57,7 +57,7 @@ I want to be able to clone an entity. And I wait Then I should see "Are you sure you wish to perform" When I press "Execute action" - And I wait + And I wait for 5s Then I should see "Action processing results: Delete entities (1)." When I go to "admin/content" And I wait -- GitLab