Commit 19594b91 authored by catch's avatar catch
Browse files

Issue #3230928 by Spokje, xjm, dww: Remove unused...

Issue #3230928 by Spokje, xjm, dww: Remove unused LayoutBuilderTest::testRemovingAllSections()' Quick Edit dependency
parent 7dabb044
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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';