diff --git a/composer.json b/composer.json index 1c6701c690102a1413180f7ec3994a30914a349a..a8e09decba41121a7f60d8b95cf3fc6b2b69c5f8 100644 --- a/composer.json +++ b/composer.json @@ -126,7 +126,7 @@ "drupal/better_exposed_filters": "3.0-alpha3", "drupal/autocomplete_deluxe": "1.0-beta1", "drupal/link_attributes": "1.1", - "drupal/paragraphs": "1.x-dev#abd9a871f6390a7e6b24985635ecc90db5179e15", + "drupal/paragraphs": "1.2", "drupal/paragraphs_previewer": "1.0", "drupal/color_field": "2.0-rc2", "drupal/entity_reference_revisions": "1.3", diff --git a/drupal-org.make b/drupal-org.make index baf4f53a82c23a2151bd712082338d7912d2a33d..7b422d5997174328f11c28b2c12b87768acb938f 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -253,9 +253,7 @@ projects[link_attributes][type] = module projects[link_attributes][version] = 1.1 projects[paragraphs[type] = module -projects[paragraphs][download][url] = https://git.drupal.org/project/paragraphs.git -projects[paragraphs][download][revision] = abd9a871f6390a7e6b24985635ecc90db5179e15 -projects[paragraphs][download][branch] = 8.x-1.x +projects[paragraphs][version] = 1.2 ;; Issue #2461695: Support translatable paragraph entity reference revision field projects[paragraphs][patch][] = https://www.drupal.org/files/issues/meta_support-2461695-222.patch ;; Issue #2868155: Add new hooks to allow easier editing of paragraph forms diff --git a/tests/features/varbase/step2-apply-tests/04-content-structure/04-03-landing-page_add-any-paragraph-type-to-the-page.feature b/tests/features/varbase/step2-apply-tests/04-content-structure/04-03-landing-page_add-any-paragraph-type-to-the-page.feature index 576d8e4b91076e5d24d6ace96e0f9461a63bd2ac..e1261b6ee246a3ae626c9395207d1335613d4c70 100644 --- a/tests/features/varbase/step2-apply-tests/04-content-structure/04-03-landing-page_add-any-paragraph-type-to-the-page.feature +++ b/tests/features/varbase/step2-apply-tests/04-content-structure/04-03-landing-page_add-any-paragraph-type-to-the-page.feature @@ -46,9 +46,9 @@ So that the "Landing page" will show up having paragrpahs of different types And I press "Carousel" And I wait for AJAX to finish And I select "2 Seconds" from "Slide interval" - And I expand the "0" select list "dropbutton-multiple" - And I wait - And I press "Add Image" + And I press "Add Component" + And I wait for AJAX to finish + And I press "field_lp_paragraphs_0_subform_bp_slide_content_bp_image_add_more" And I wait for AJAX to finish And I press the "Select an image" button And I wait for AJAX to finish @@ -62,9 +62,9 @@ So that the "Landing page" will show up having paragrpahs of different types And I switch to main frame And I wait for AJAX to finish And I wait - And I expand the "0" select list "dropbutton-multiple" + And I press "Add Component" And I wait for AJAX to finish - And I press "Add Image" + And I press "field_lp_paragraphs_0_subform_bp_slide_content_bp_image_add_more" And I wait for AJAX to finish And I press the "Select an image" button And I wait for AJAX to finish @@ -112,8 +112,8 @@ So that the "Landing page" will show up having paragrpahs of different types And I wait for AJAX to finish And I wait And I fill in "Accordion Section Title test" for "Accordion section title" - When I expand the "0" select list "dropbutton-multiple" - And I press "Add Rich Text" + When I press "Add Component" + And I press "field_lp_paragraphs_0_subform_bp_accordion_section_0_subform_bp_accordion_section_body_bp_simple_add_more" And I wait Then I should see "Accordion section body" When I fill in the rich text editor field "Text" with "Accordion Section Body test" @@ -205,26 +205,14 @@ So that the "Landing page" will show up having paragrpahs of different types When I go to "node/add/landing_page" And I wait And I fill in "Test Landing page Columns (Three Uneven)" for "Title" - And I fill in "Test Landing page description Columns (Two Uneven)" for "Page description" + And I fill in "Test Landing page description Columns (Three Uneven)" for "Page description" And I wait for AJAX to finish And I press "Add Component" And I wait for AJAX to finish And I press "Columns (Three Uneven)" And I wait for AJAX to finish - And I expand the field "styling-settings" - And I press the "Select an image" button - And I wait for AJAX to finish - Then the image media browser should be open - When I switch to iframe "entity_browser_iframe_image_browser" - And I fill in "Embed Flag Earth" for "Search keywords" - And I press the "Search" button - And I wait for AJAX to finish - Then I should see image with the "Embed Flag Earth all earth in space" title text - 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 wait - And I expand the "0" select list "dropbutton-multiple" - And I press "Add Image" + And I press "Add Component" + And I press "field_lp_paragraphs_0_subform_bp_column_content_3_bp_image_add_more" And I wait for AJAX to finish And I press the "Select an image" button And I wait for AJAX to finish @@ -284,8 +272,8 @@ So that the "Landing page" will show up having paragrpahs of different types Then I should see "Components" When I fill in "Modal button" for "Modal button text" And I fill in "Modal title" for "Modal title" - And I expand the "0" select list "dropbutton-multiple" - And I press "Add Rich Text" + And I press "Add Component" + And I press "field_lp_paragraphs_0_subform_bp_modal_body_bp_simple_add_more" And I wait Then I should see "Modal body" And I fill in the rich text editor field "Text" with "Modal Body test" @@ -352,8 +340,8 @@ So that the "Landing page" will show up having paragrpahs of different types And I switch to main frame And I should see "Components" And I fill in "Tab 1" for "Tab name" - And I expand the "0" select list "dropbutton-multiple" - And I press "Add Rich Text" + And I press "Add Component" + And I press "field_lp_paragraphs_0_subform_bp_tab_section_0_subform_bp_tab_section_body_bp_simple_add_more" And I wait Then I should see "Tab body" And I fill in the rich text editor field "Text" with "Tab 1 - Body test" 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 2a2eb71242239087d8723c608a6e8696004c1b78..e3cd7aeeaeabde73b22f077dceb5e79839acd650 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 @@ -21,8 +21,8 @@ I want to be able to clone an entity. Then I should see "Components" When I fill in "Modal button" for "Modal button text" And I fill in "Modal title" for "Modal title" - And I expand the "0" select list "dropbutton-multiple" - And I press "Add Rich Text" + And I press "Add Component" + And I press "field_lp_paragraphs_0_subform_bp_modal_body_bp_simple_add_more" And I wait Then I should see "Modal body" And I fill in the rich text editor field "Text" with "Modal Body test" @@ -67,4 +67,4 @@ I want to be able to clone an entity. When I press "Modal button" And I wait for AJAX to finish Then I should see "Modal title" - And I should see "Modal Body test" + And I should see "Modal Body test" \ No newline at end of file