Maximize ImportTest to avoid having random issues with "More" menu

Ref: #16125

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-05-24 00:05:28 +02:00
parent c52fc38a6b
commit f7e967d147
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -27,6 +27,7 @@ class ImportTest extends TestBase
protected function setUp(): void
{
parent::setUp();
$this->maximize();
$this->login();
}