From 19594b91be3af91b9ce382b42d315e11a8447f78 Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Thu, 9 Sep 2021 15:52:37 +0100
Subject: [PATCH] Issue #3230928 by Spokje, xjm, dww: Remove unused
 LayoutBuilderTest::testRemovingAllSections()' Quick Edit dependency

---
 .../layout_builder/tests/src/Functional/LayoutBuilderTest.php  | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php b/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
index 0b618f309515..5d99f3c1e86c 100644
--- a/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
+++ b/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
@@ -1298,12 +1298,9 @@ public function testRemovingAllSections() {
     $assert_session = $this->assertSession();
     $page = $this->getSession()->getPage();
 
-    // Install Quick Edit as well.
-    $this->container->get('module_installer')->install(['quickedit']);
     $this->drupalLogin($this->drupalCreateUser([
       'configure any layout',
       'administer node display',
-      'access in-place editing',
     ]));
 
     $field_ui_prefix = 'admin/structure/types/manage/bundle_with_section_field';
-- 
GitLab