/** * @Then I should be on the checkout addressing step */ public function iShouldBeOnTheCheckoutAddressingStep() { Assert::true($this->addressPage->isOpen(), 'Checkout addressing page should be opened, but it is not.'); }
/** * @Then I should be redirected to the addressing step */ public function iShouldBeRedirectedToTheAddressingStep() { Assert::true($this->addressPage->isOpen(), 'Checkout addressing step should be opened, but it is not.'); }