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

iShouldSeeProductName() public method

public iShouldSeeProductName ( $name )
    public function iShouldSeeProductName($name)
    {
        Assert::same($name, $this->showPage->getName(), 'Product should have name %s, but it has %s');
    }