Loading core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ public function testAddAjaxBlock() { // Find the radio buttons. $name = 'settings[ajax_test]'; /** @var \Behat\Mink\Element\NodeElement[] $radios */ $this->markTestSkipped('Temporarily skipped due to random failures.'); $radios = $this->assertSession()->fieldExists($name); // Click them both a couple of times. foreach ([1, 2] as $rounds) { Loading core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,7 @@ public function testContentPreviewToggle() { $this->getSession()->reload(); $this->assertNotEmpty($assert_session->waitForElement('css', '.layout-builder-block__content-preview-placeholder-label')); $assert_session->pageTextNotContains($content_preview_body_text); $this->markTestSkipped('Temporarily skipped due to random failures.'); $this->assertContextualLinks(); // Confirm repositioning blocks works with content preview disabled. Loading core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -228,6 +228,7 @@ protected function assertContextualLinksClickable(): void { $this->clickContextualLink('.block-field-blocknodebundle-with-section-fieldbody [data-contextual-id^="layout_builder_block"]', 'Configure'); $this->assertNotEmpty($assert_session->waitForElementVisible('css', '#drupal-off-canvas')); $page->pressButton('Close'); $this->markTestSkipped('Temporarily skipped due to random failures.'); $assert_session->assertNoElementAfterWait('css', '#drupal-off-canvas'); $this->assertContextualLinkRetainsMouseup(); } Loading core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -312,6 +312,7 @@ public function testConfigurableLayoutSections() { $this->clickLink('Add section'); $assert_session->waitForElementVisible('named', ['link', 'Layout plugin (with settings)']); $this->clickLink('Layout plugin (with settings)'); $this->markTestSkipped('Temporarily skipped due to random failures.'); $this->assertOffCanvasFormAfterWait('layout_builder_configure_section'); $page->fillField('layout_settings[setting_1]', 'Test Validation Error Message'); $page->pressButton('Add section'); Loading Loading
core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ public function testAddAjaxBlock() { // Find the radio buttons. $name = 'settings[ajax_test]'; /** @var \Behat\Mink\Element\NodeElement[] $radios */ $this->markTestSkipped('Temporarily skipped due to random failures.'); $radios = $this->assertSession()->fieldExists($name); // Click them both a couple of times. foreach ([1, 2] as $rounds) { Loading
core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,7 @@ public function testContentPreviewToggle() { $this->getSession()->reload(); $this->assertNotEmpty($assert_session->waitForElement('css', '.layout-builder-block__content-preview-placeholder-label')); $assert_session->pageTextNotContains($content_preview_body_text); $this->markTestSkipped('Temporarily skipped due to random failures.'); $this->assertContextualLinks(); // Confirm repositioning blocks works with content preview disabled. Loading
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -228,6 +228,7 @@ protected function assertContextualLinksClickable(): void { $this->clickContextualLink('.block-field-blocknodebundle-with-section-fieldbody [data-contextual-id^="layout_builder_block"]', 'Configure'); $this->assertNotEmpty($assert_session->waitForElementVisible('css', '#drupal-off-canvas')); $page->pressButton('Close'); $this->markTestSkipped('Temporarily skipped due to random failures.'); $assert_session->assertNoElementAfterWait('css', '#drupal-off-canvas'); $this->assertContextualLinkRetainsMouseup(); } Loading
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -312,6 +312,7 @@ public function testConfigurableLayoutSections() { $this->clickLink('Add section'); $assert_session->waitForElementVisible('named', ['link', 'Layout plugin (with settings)']); $this->clickLink('Layout plugin (with settings)'); $this->markTestSkipped('Temporarily skipped due to random failures.'); $this->assertOffCanvasFormAfterWait('layout_builder_configure_section'); $page->fillField('layout_settings[setting_1]', 'Test Validation Error Message'); $page->pressButton('Add section'); Loading