Merge pull request #54 from Goutte/steps_sugar
Added optional 'the' to iAmOnHomepage step
This commit is contained in:
@@ -26,8 +26,8 @@ class MinkContext extends RawMinkContext implements TranslatedContextInterface
|
||||
/**
|
||||
* Opens homepage.
|
||||
*
|
||||
* @Given /^(?:|I )am on homepage$/
|
||||
* @When /^(?:|I )go to homepage$/
|
||||
* @Given /^(?:|I )am on (?:|the )homepage$/
|
||||
* @When /^(?:|I )go to (?:|the )homepage$/
|
||||
*/
|
||||
public function iAmOnHomepage()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user