Sylius\Behat\Context\Ui\Shop\LocaleContext::iShouldBeAbleToShopUsingTheLocale PHP Method

iShouldBeAbleToShopUsingTheLocale() public method

public iShouldBeAbleToShopUsingTheLocale ( $localeName )
    public function iShouldBeAbleToShopUsingTheLocale($localeName)
    {
        $this->homePage->open();
        Assert::oneOf($localeName, $this->homePage->getAvailableLocales());
    }