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