Beispiel #1
0
 public void ThenTheShopperSeesProductsInTheCollection(string product)
 {
     catalogPageDriver.GetCurrentProductCount().Should().Equals(product);
 }