Add missing steps for homepage api context

This commit is contained in:
Luca Gallinari 2020-05-15 09:16:28 +02:00 committed by Manuele Menozzi
parent 105f7ed9f3
commit 512ad55161

View file

@ -68,6 +68,7 @@ final class HomepageContext implements Context
}
/**
* @Then I should see :firstMenuItem in the menu
* @Then I should see :firstMenuItem and :secondMenuItem in the menu
*/
public function iShouldSeeAndInTheMenu(string ...$expectedMenuItems): void
@ -82,6 +83,7 @@ final class HomepageContext implements Context
/**
* @Then I should not see :firstMenuItem and :secondMenuItem in the menu
* @Then I should not see :firstMenuItem, :secondMenuItem and :thirdMenuItem in the menu
*/
public function iShouldNotSeeAndInTheMenu(string ...$unexpectedMenuItems): void
{