Skip to content

Commit a312e75

Browse files
committed
[TASK] Use acceptance test loadSessionSnapshot without debug
Not debugging reset cookies reduces noise running acceptance tests. This has been added with codeception/module-webdriver 3.2.0. Codeception/module-webdriver#111 Codeception/module-webdriver#110
1 parent 51f8281 commit a312e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Core/Acceptance/Helper/Login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected function getUserSessionIdByRole($role)
102102
*/
103103
public function _loadSession()
104104
{
105-
return $this->getWebDriver()->loadSessionSnapshot('login');
105+
return $this->getWebDriver()->loadSessionSnapshot('login', false);
106106
}
107107

108108
public function _deleteSession()

0 commit comments

Comments
 (0)