From ab9cb68e159f4e444a77f11042bfedd86c4192bf Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Thu, 4 Feb 2021 14:31:16 +0200 Subject: [PATCH] Issue #3196489: Update Varbase Layout Builder module from ~9.0 to ~10.0 --- ...dd-sections-and-choose-layouts-for-sections.feature | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tests/features/varbase/step2-apply-tests/04-content-structure/04-08-landing-page-layout-builder_check-to-add-sections-and-choose-layouts-for-sections.feature b/tests/features/varbase/step2-apply-tests/04-content-structure/04-08-landing-page-layout-builder_check-to-add-sections-and-choose-layouts-for-sections.feature index 9c38b0c0..e79166a5 100644 --- a/tests/features/varbase/step2-apply-tests/04-content-structure/04-08-landing-page-layout-builder_check-to-add-sections-and-choose-layouts-for-sections.feature +++ b/tests/features/varbase/step2-apply-tests/04-content-structure/04-08-landing-page-layout-builder_check-to-add-sections-and-choose-layouts-for-sections.feature @@ -19,7 +19,9 @@ So that the "Landing (Layout Builder) page" will show up having the listed secti When I click "Add section" And I wait for AJAX to finish Then I should see "Choose a layout for this section" - And I should see "One column" - And I should see "Two column" - And I should see "Three column" - And I should see "Four column" + And I should see "Bootstrap 1 Col" + And I should see "Bootstrap 2 Cols" + And I should see "Bootstrap 3 Cols" + And I should see "Bootstrap 4 Cols" + And I should see "Bootstrap 5 Cols" + And I should see "Bootstrap 6 Cols" -- GitLab