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

iShouldSeeProduct() public method

public iShouldSeeProduct ( $productName )
    public function iShouldSeeProduct($productName)
    {
        Assert::true($this->indexPage->isProductOnList($productName), sprintf("The product %s should appear on page, but it does not.", $productName));
    }