/** * @Then the grand total value in base currency should be :total */ public function myBaseCartTotalShouldBe($total) { $this->summaryPage->open(); Assert::same($this->summaryPage->getBaseGrandTotal(), $total, 'Base grand total should be %2$s, but it is %s.'); }