Loading core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,8 @@ protected function setUp(): void { * Tests that the contextual links inside Layout Builder are removed. */ public function testContextualLinks() { // Skipped due to frequent random test failures. $this->markTestSkipped(); $page = $this->getSession()->getPage(); $this->drupalGet('node/1/layout'); Loading Loading
core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,8 @@ protected function setUp(): void { * Tests that the contextual links inside Layout Builder are removed. */ public function testContextualLinks() { // Skipped due to frequent random test failures. $this->markTestSkipped(); $page = $this->getSession()->getPage(); $this->drupalGet('node/1/layout'); Loading