Dotclear


Ignore:
Timestamp:
03/31/15 20:42:36 (10 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Fix #1647
Allow user to add the same word for severals blogs not necessary global.
Add behat tests for that feature.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • features/bootstrap/FeatureContext.php

    r2985 r2986  
    6262        $this->getMink()->assertSession()->cookieExists($session_name); 
    6363    } 
     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    } 
    6472} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map