From 3b703a1e9d9af67acc6a483794213fca799109dd Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Thu, 14 Jul 2022 13:41:56 +0300
Subject: [PATCH] Issue #3295950: Change default drush/drush version from ~10.0
 || ~11.0  to ~11.0 in the composer.json file for Varbase Profile and the
 Varbase Project Template

---
 composer.json                                                   | 2 +-
 ...04-landing-page-paragraphs_text-and-image-paragraphs.feature | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 7fbc16dc..dfa40377 100644
--- a/composer.json
+++ b/composer.json
@@ -68,7 +68,7 @@
   },
   "require-dev": {
     "drupal/core-dev": "~9.0",
-    "drush/drush": "~10.0 || ~11.0",
+    "drush/drush": "~11.0",
     "drupal/drupal-extension": "~4.0",
     "emuse/behat-html-formatter": "^0.2.0",
     "drevops/behat-screenshot": "~1.0"
diff --git a/tests/features/varbase/04-content-structure/04-04-landing-page-paragraphs_text-and-image-paragraphs.feature b/tests/features/varbase/04-content-structure/04-04-landing-page-paragraphs_text-and-image-paragraphs.feature
index 75c39e05..1ce07892 100644
--- a/tests/features/varbase/04-content-structure/04-04-landing-page-paragraphs_text-and-image-paragraphs.feature
+++ b/tests/features/varbase/04-content-structure/04-04-landing-page-paragraphs_text-and-image-paragraphs.feature
@@ -35,7 +35,6 @@ So that the "Landing page (Paragraphs)" will have text and images in right and l
        And I wait for 1 second
        And I select the "text_and_image" paragraph component
        And I wait for AJAX to finish
-       And I scroll down
       Then I should see "Text and image"
        And I should see "No media items are selected."
       When I press "field_image-media-library-open-button-field_lp_paragraphs-0-subform"
-- 
GitLab