Skip to content
Snippets Groups Projects
Commit 4ac40b00 authored by catch's avatar catch
Browse files

Issue #3353088 by Spokje: [random test failure] Try to un-skip and fix...

Issue #3353088 by Spokje: [random test failure] Try to un-skip and fix BlockFormMessagesTest::testValidationMessage() in context of [#3353085]

(cherry picked from commit b4d06001)
parent 8bb564c1
No related branches found
No related tags found
8 merge requests!8394[warning] array_flip(): Can only flip STRING and INTEGER values, when saving a non-revisionable custom content entity,!7780issue 3443822: fix for 'No route found for the specified format html. Supported formats: json, xml.',!5013Issue #3071143: Table Render Array Example Is Incorrect,!4848Issue #1566662: Update module should send notifications on Thursdays,!4792Issue #2230689: Remove redundant "Italic" style,!4220Issue #3368223: Link field > Access to internal links is not checked on display.,!3884Issue #3356842,!1459Issue #3087632: menu_name max length is too long
...@@ -61,7 +61,6 @@ public function testValidationMessage() { ...@@ -61,7 +61,6 @@ public function testValidationMessage() {
$page->findLink('Add block')->click(); $page->findLink('Add block')->click();
$this->assertNotEmpty($assert_session->waitForElementVisible('css', '#drupal-off-canvas .block-categories')); $this->assertNotEmpty($assert_session->waitForElementVisible('css', '#drupal-off-canvas .block-categories'));
$page->findLink('Powered by Drupal')->click(); $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]"]')); $this->assertNotEmpty($assert_session->waitForElementVisible('css', '#drupal-off-canvas [name="settings[label]"]'));
$page->findField('Title')->setValue(''); $page->findField('Title')->setValue('');
$page->findButton('Add block')->click(); $page->findButton('Add block')->click();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment