Changeset 2985:19fd15d72873 for features/bootstrap/FeatureContext.php
- Timestamp:
- 03/31/15 16:08:05 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
features/bootstrap/FeatureContext.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
features/bootstrap/FeatureContext.php
r2984 r2985 59 59 */ 60 60 public function iRestartMyBrowser() { 61 $this->getMink()->assertSession()->cookieExists('dcxd'); 61 $session_name = $this->getSubcontext('db')->getSessionName($this->parameters); 62 $this->getMink()->assertSession()->cookieExists($session_name); 62 63 } 63 64 }
Note: See TracChangeset
for help on using the changeset viewer.
