From f7e967d147f0ffd262720dcdf5296aba83eee93e Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 24 May 2020 00:05:28 +0200 Subject: [PATCH] Maximize ImportTest to avoid having random issues with "More" menu Ref: #16125 Signed-off-by: William Desportes --- test/selenium/ImportTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/test/selenium/ImportTest.php b/test/selenium/ImportTest.php index 20513814c2..17f1c2da7c 100644 --- a/test/selenium/ImportTest.php +++ b/test/selenium/ImportTest.php @@ -27,6 +27,7 @@ class ImportTest extends TestBase protected function setUp(): void { parent::setUp(); + $this->maximize(); $this->login(); }