Elcodi\Store\ProductBundle\Behat\Context::iAmOnTheProductPage PHP Method

iAmOnTheProductPage() public method

public iAmOnTheProductPage ( $productId )
    public function iAmOnTheProductPage($productId)
    {
        $product = $this->getPurchasable($productId);
        $this->getSession()->visit($this->getRoute('store_product_view', ['id' => $productId, 'slug' => $product->getSlug()]));
    }