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

iShouldSeeTheProductWithPrice() public method

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