Loading core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -70,7 +70,6 @@ protected function setUp(): void { */ public function testContextualLinks() { // Skipped due to frequent random test failures. $this->markTestSkipped(); $page = $this->getSession()->getPage(); $this->drupalGet('node/1/layout'); Loading Loading @@ -123,7 +122,6 @@ protected function addBlock($block_name) { * @internal */ protected function assertCorrectContextualLinksInUi(): void { $this->markTestSkipped("Skipped temporarily for random fails."); $assert_session = $this->assertSession(); $page = $this->getSession()->getPage(); $this->assertNotEmpty($assert_session->waitForElementVisible('css', '.block-views-blocktest-block-view-block-2')); Loading Loading
core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -70,7 +70,6 @@ protected function setUp(): void { */ public function testContextualLinks() { // Skipped due to frequent random test failures. $this->markTestSkipped(); $page = $this->getSession()->getPage(); $this->drupalGet('node/1/layout'); Loading Loading @@ -123,7 +122,6 @@ protected function addBlock($block_name) { * @internal */ protected function assertCorrectContextualLinksInUi(): void { $this->markTestSkipped("Skipped temporarily for random fails."); $assert_session = $this->assertSession(); $page = $this->getSession()->getPage(); $this->assertNotEmpty($assert_session->waitForElementVisible('css', '.block-views-blocktest-block-view-block-2')); Loading