diff options
Diffstat (limited to 'tests/test_tools')
-rw-r--r-- | tests/test_tools/PradoGenericSeleniumTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_tools/PradoGenericSeleniumTest.php b/tests/test_tools/PradoGenericSeleniumTest.php index 922b9d87..2c9ceb21 100644 --- a/tests/test_tools/PradoGenericSeleniumTest.php +++ b/tests/test_tools/PradoGenericSeleniumTest.php @@ -9,6 +9,7 @@ class PradoGenericSeleniumTest extends PHPUnit_Extensions_SeleniumTestCase protected function setUp() { + $this->shareSession(true); $this->setBrowser(static::$browser); $this->setBrowserUrl(static::$baseurl); } |