From 34ca48491605a821fa925b2de441220e6460da58 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Wed, 25 Mar 2020 16:52:02 +0200 Subject: [PATCH] Issue #3113113: Drupal 9 readiness for [Varbase distribution] installation profile with Drupal coding standard and practice --- tests/features/bootstrap/VarbaseContext.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/features/bootstrap/VarbaseContext.php b/tests/features/bootstrap/VarbaseContext.php index 157da0cd..a17ad840 100644 --- a/tests/features/bootstrap/VarbaseContext.php +++ b/tests/features/bootstrap/VarbaseContext.php @@ -1639,13 +1639,4 @@ JS; } } - /** - * Maximize the window before scenario. - * - * @BeforeScenario @javascript - */ - public function beforeScenarioMaximizeWindow() { - $this->getSession()->getDriver()->getWebDriverSession()->maximizeWindow(); - } - } -- GitLab