示例#1
0
 /**
  * @Then I should see empty list of products
  */
 public function iShouldSeeEmptyListOfProducts()
 {
     Assert::true($this->taxonShowPage->isEmpty(), 'There should appear information about empty list of products, but it does not.');
 }