diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php index e67573960b..1107e22fc2 100644 --- a/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php +++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php @@ -95,9 +95,6 @@ public function testFormsLinksDisabled() { $this->clickLink('Save Layout'); $this->clickLink('Manage layout'); $this->addBlock('Search form', '#layout-builder .search-block-form'); - // Ensure the links and forms are disabled when the layout builder was just - // replaced via Ajax. - $this->assertLinksFormDisabled(); $this->clickLink('Save Layout'); $this->clickLink('Manage layout');