Issue #3230928 by Spokje, xjm, dww: Remove unused LayoutBuilderTest::testRemovingAllSections()' Quick Edit dependency

merge-requests/1178/head
catch 2021-09-09 15:52:37 +01:00
parent 7dabb044d5
commit 19594b91be
1 changed files with 0 additions and 3 deletions

View File

@ -1298,12 +1298,9 @@ class LayoutBuilderTest extends BrowserTestBase {
$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';