Commit 3e378438 authored by catch's avatar catch Committed by Jess
Browse files

Issue #3267124 by longwave, alexpott: Temporarily skip failing tests

(cherry picked from commit 6e739530)
parent 5e99b3b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {
+1 −0
Original line number Diff line number Diff line
@@ -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.
+1 −0
Original line number Diff line number Diff line
@@ -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();
  }
+1 −0
Original line number Diff line number Diff line
@@ -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');