Sylius\Behat\Context\Ui\Shop\ProductContext::iShouldSeeProductWithName PHP Method

iShouldSeeProductWithName() public method

public iShouldSeeProductWithName ( $name )
    public function iShouldSeeProductWithName($name)
    {
        Assert::true($this->indexPage->isProductOnPageWithName($name), sprintf('The product with name "%s" has not been found.', $name));
    }