mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Add missing steps for homepage api context
This commit is contained in:
parent
105f7ed9f3
commit
512ad55161
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue