From 97b2f7744c02e89ec576122068c6ab083b03f7e8 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Sat, 5 Oct 2019 13:23:51 +0300
Subject: [PATCH] Issue #3085506: Fix the Before Scenario to Maximize the
 window before scenario

---
 tests/features/bootstrap/VarbaseContext.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/features/bootstrap/VarbaseContext.php b/tests/features/bootstrap/VarbaseContext.php
index d42b9374..85ae75a6 100644
--- a/tests/features/bootstrap/VarbaseContext.php
+++ b/tests/features/bootstrap/VarbaseContext.php
@@ -1503,7 +1503,7 @@ JS;
   /**
    * Maximize the window before scenario.
    *
-   * @BeforeStep
+   * @BeforeScenario @javascript
    */
   public function beforeStepMaximizeWindow() {
     $this->getSession()->getDriver()->maximizeWindow();
-- 
GitLab