Beispiel #1
0
 public void WhenTheShopperViewsTheCollection(string parent, string child, string grandchild)
 {
     homePageDriver.SelectProductMenuItem(parent, child, grandchild);
     catalogPageDriver.isCategoryShown(grandchild).Should().BeTrue();
 }