Verified Commit c61764be authored by Dave Long's avatar Dave Long
Browse files

Issue #3055982 by Spokje, alexpott: Remove resizing window in...

Issue #3055982 by Spokje, alexpott: Remove resizing window in BlockFormMessagesTest::testValidationMessage
parent e2aeff00
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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();