From b4d06001460530f3ea80cfc67961819917692aec Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Fri, 14 Apr 2023 12:29:37 +0100
Subject: [PATCH] Issue #3353088 by Spokje: [random test failure] Try to
 un-skip and fix BlockFormMessagesTest::testValidationMessage() in context of
 [#3353085]

---
 .../tests/src/FunctionalJavascript/BlockFormMessagesTest.php     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php
index 0e35861c49e3..e6c143585fb9 100644
--- a/core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php
+++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php
@@ -61,7 +61,6 @@ public function testValidationMessage() {
     $page->findLink('Add block')->click();
     $this->assertNotEmpty($assert_session->waitForElementVisible('css', '#drupal-off-canvas .block-categories'));
     $page->findLink('Powered by Drupal')->click();
-    $this->markTestSkipped("Skipped temporarily for random fails.");
     $this->assertNotEmpty($assert_session->waitForElementVisible('css', '#drupal-off-canvas [name="settings[label]"]'));
     $page->findField('Title')->setValue('');
     $page->findButton('Add block')->click();
-- 
GitLab