Beispiel #1
0
 public void WhenTheShopperSetsTheMaximumPriceTo(string maximumPrice)
 {
     catalogPageDriver.SetUpperPriceRange(maximumPrice);
     catalogPageDriver.GetUpperPriceRange().Should().Equals(maximumPrice);
 }