diff --git a/src/Behat/MinkExtension/Context/MinkContext.php b/src/Behat/MinkExtension/Context/MinkContext.php index 847adba..ea8bfc1 100644 --- a/src/Behat/MinkExtension/Context/MinkContext.php +++ b/src/Behat/MinkExtension/Context/MinkContext.php @@ -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() {