Changeset 2986:1e5a2d6a0074 for features/bootstrap/FeatureContext.php
- Timestamp:
- 03/31/15 20:42:36 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
features/bootstrap/FeatureContext.php
r2985 r2986 62 62 $this->getMink()->assertSession()->cookieExists($session_name); 63 63 } 64 65 /** 66 * @When /^I switch to blog "([^"]*)"$/ 67 */ 68 public function iSwitchToBlog($blog_name) { 69 $this->selectOption('switchblog', $blog_name); 70 $this->pressButton('ok'); 71 } 64 72 }
Note: See TracChangeset
for help on using the changeset viewer.