Loading core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php +0 −3 Original line number Diff line number Diff line Loading @@ -47,9 +47,6 @@ protected function setUp(): void { * Tests that validation messages are shown on the block form. */ public function testValidationMessage() { // @todo Work out why this fixes random fails in this test. // https://www.drupal.org/project/drupal/issues/3055982 $this->getSession()->resizeWindow(800, 1000); $assert_session = $this->assertSession(); $page = $this->getSession()->getPage(); Loading Loading
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php +0 −3 Original line number Diff line number Diff line Loading @@ -47,9 +47,6 @@ protected function setUp(): void { * Tests that validation messages are shown on the block form. */ public function testValidationMessage() { // @todo Work out why this fixes random fails in this test. // https://www.drupal.org/project/drupal/issues/3055982 $this->getSession()->resizeWindow(800, 1000); $assert_session = $this->assertSession(); $page = $this->getSession()->getPage(); Loading