From d3e44f7d419e7a6538f69eae948d69838de2dfc5 Mon Sep 17 00:00:00 2001 From: Yasmeen Abuerrub <yabuerrub@hotmail.com> Date: Thu, 17 Aug 2017 18:35:07 +0300 Subject: [PATCH] Issue #2902832: Updated [ Feature: Landing Pages - Add any paragraph types to the page. ] and [ Feature: Content Structure Features - Landing Pages - Varbase text and image paragraphs. ] --- ..._add-any-paragraph-type-to-the-page.feature | 18 +++++++++--------- ...s-varbase-text-and-image-paragraphs.feature | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/features/varbase/step2-apply-tests/25-landing-page_add-any-paragraph-type-to-the-page.feature b/tests/features/varbase/step2-apply-tests/25-landing-page_add-any-paragraph-type-to-the-page.feature index 1e0a54dc..934b301c 100755 --- a/tests/features/varbase/step2-apply-tests/25-landing-page_add-any-paragraph-type-to-the-page.feature +++ b/tests/features/varbase/step2-apply-tests/25-landing-page_add-any-paragraph-type-to-the-page.feature @@ -21,7 +21,7 @@ So that the "Landing page" will show up having paragrpahs of different types And I wait for AJAX to finish And I scrolldown And I wait for AJAX to finish - And I select "2 Seconds" from "Slide Interval" + And I select "2 Seconds" from "Slide interval" And I Expand the "1" select list "dropbutton-multiple" And I wait And I scrollup @@ -90,11 +90,11 @@ So that the "Landing page" will show up having paragrpahs of different types When I double click on the image with the "Embed Flag Earth all earth in space" title text And I wait And I switch to main frame - And I fill in "Accordion Section Title test" for "Accordion Section Title" + And I fill in "Accordion Section Title test" for "Accordion section title" When I Expand the "1" select list "dropbutton-multiple" And I press "Add Rich Text" And I wait - Then I should see "Accordion Section Body" + Then I should see "Accordion section body" And I fill in the rich text editor field "Text" with "Accordion Section Body test" When I press "Save" Then I should see "Landing page Test Landing page Accordion has been created" @@ -325,7 +325,7 @@ So that the "Landing page" will show up having paragrpahs of different types And I Expand the "1" select list "dropbutton-multiple" And I press "Add Rich Text" And I wait for AJAX to finish - And I fill in the rich text editor field "Text" with "Simple text test - column Three" + And I fill in the rich text editor field "Text" with "Rich text test - column Three" And I press "Save" And I wait Then I should see "Landing page Test Landing page Columns (Three Uneven) has been created" @@ -379,12 +379,12 @@ So that the "Landing page" will show up having paragrpahs of different types And I press "Modal" And I wait for AJAX to finish Then I should see "Components" - When I fill in "Modal button" for "Modal Button Text" - And I fill in "Modal title" for "Modal Title" + When I fill in "Modal button" for "Modal button text" + And I fill in "Modal title" for "Modal title" And I Expand the "1" select list "dropbutton-multiple" And I press "Add Rich Text" And I wait - Then I should see "Modal Body" + Then I should see "Modal body" And I fill in the rich text editor field "Text" with "Modal Body test" When I press "Save" Then I should see "Landing page Test Landing page Modal has been created" @@ -459,11 +459,11 @@ So that the "Landing page" will show up having paragrpahs of different types When I double click on the image with the "Embed Flag Earth all earth in space" title text And I switch to main frame And I should see "Components" - And I fill in "Tab 1" for "Tab Name" + And I fill in "Tab 1" for "Tab name" And I Expand the "1" select list "dropbutton-multiple" And I press "Add Rich Text" And I wait - Then I should see "Tab Body" + Then I should see "Tab body" And I fill in the rich text editor field "Text" with "Tab 1 - Body test" When I press "Save" And I wait diff --git a/tests/features/varbase/step2-apply-tests/26-content-structure-features_anding-pages-varbase-text-and-image-paragraphs.feature b/tests/features/varbase/step2-apply-tests/26-content-structure-features_anding-pages-varbase-text-and-image-paragraphs.feature index d9aad1bf..2f57b9e6 100755 --- a/tests/features/varbase/step2-apply-tests/26-content-structure-features_anding-pages-varbase-text-and-image-paragraphs.feature +++ b/tests/features/varbase/step2-apply-tests/26-content-structure-features_anding-pages-varbase-text-and-image-paragraphs.feature @@ -12,7 +12,7 @@ So that the "Landing page" will have text and images in right and left view. And I fill in "Test landing page title for text and image paragraphs" for "Title" And I fill in "Test landing page body description." for "Page description" - # Add Rich Text centered + # Add Rich text centered And I press "+ Add Component" And I wait And I scrolldown @@ -50,7 +50,7 @@ So that the "Landing page" will have text and images in right and left view. And I switch to main frame And I wait Then I Expand the field "styling-settings" - And I select "Blue" from "Background Color" + And I select "Blue" from "Background color" And I click "Content settings" And I select "Right" from "Image position" And I press "Save" -- GitLab