diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php index d076e95a63..08acb11fce 100644 --- a/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php +++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php @@ -22,11 +22,11 @@ class LayoutBuilderTest extends JavascriptTestBase { * {@inheritdoc} */ public static $modules = [ - 'layout_builder', - 'node', 'block_content', 'field_ui', + 'layout', 'layout_test', + 'node', ]; /** @@ -394,7 +394,7 @@ protected function clickContextualLink($selector, $link_locator, $force_visible else { // If the link is not visible, click the contextual link button first. if (!$link->isVisible()) { - // Mink press() works unstable, so the trigger('click') is used here. + // Mink press() is unstable, so the trigger('click') is used here. $this->getSession()->executeScript("jQuery('$selector .contextual button').trigger('click');"); $assert_session->waitForLink($link_locator); }