Skip to content

Commit c6af0a1

Browse files
ManjushaManjusha
Manjusha
authored and
Manjusha
committed
worked on Alex remove remoteWebDriver
1 parent 5bf7166 commit c6af0a1

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

dev/tests/verification/Resources/ActionsInDifferentModulesSuite.txt

-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ class ActionsInDifferentModulesSuite extends \Codeception\GroupObject
2929
private $testCount = 1;
3030
private $preconditionFailure = null;
3131
private $currentTestRun = 0;
32-
/**
33-
* Remote Web Driver
34-
*
35-
* @var RemoteWebDriver
36-
*/
37-
private $remoteWebDriver = null;
3832
private static $HOOK_EXECUTION_INIT = "\n/******** Beginning execution of ActionsInDifferentModulesSuite suite %s block ********/\n";
3933
private static $HOOK_EXECUTION_END = "\n/******** Execution of ActionsInDifferentModulesSuite suite %s block complete ********/\n";
4034
/** @var MagentoWebDriver */

dev/tests/verification/Resources/functionalSuiteHooks.txt

-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ class functionalSuiteHooks extends \Codeception\GroupObject
2929
private $testCount = 1;
3030
private $preconditionFailure = null;
3131
private $currentTestRun = 0;
32-
/**
33-
* Remote Web Driver
34-
*
35-
* @var RemoteWebDriver
36-
*/
37-
private $remoteWebDriver = null;
3832
private static $HOOK_EXECUTION_INIT = "\n/******** Beginning execution of functionalSuiteHooks suite %s block ********/\n";
3933
private static $HOOK_EXECUTION_END = "\n/******** Execution of functionalSuiteHooks suite %s block complete ********/\n";
4034
/** @var MagentoWebDriver */

dev/tests/verification/Resources/functionalSuiteWithComments.txt

-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ class functionalSuiteWithComments extends \Codeception\GroupObject
2929
private $testCount = 1;
3030
private $preconditionFailure = null;
3131
private $currentTestRun = 0;
32-
/**
33-
* Remote Web Driver
34-
*
35-
* @var RemoteWebDriver
36-
*/
37-
private $remoteWebDriver = null;
3832
private static $HOOK_EXECUTION_INIT = "\n/******** Beginning execution of functionalSuiteWithComments suite %s block ********/\n";
3933
private static $HOOK_EXECUTION_END = "\n/******** Execution of functionalSuiteWithComments suite %s block complete ********/\n";
4034
/** @var MagentoWebDriver */

src/Magento/FunctionalTestingFramework/Suite/views/SuiteClass.mustache

-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ class {{suiteName}} extends \Codeception\GroupObject
2929
private $testCount = {{testCount}};
3030
private $preconditionFailure = null;
3131
private $currentTestRun = 0;
32-
/**
33-
* Remote Web Driver
34-
*
35-
* @var RemoteWebDriver
36-
*/
37-
private $remoteWebDriver = null;
3832
{{#helpers}}
3933
/**
4034
* @var \Magento\FunctionalTestingFramework\Helper\HelperContainer $helperContainer

0 commit comments

Comments
 (0)