Issue #3230928 by Spokje, xjm, dww: Remove unused LayoutBuilderTest::testRemovingAllSections()' Quick Edit dependency
parent
7dabb044d5
commit
19594b91be
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue