示例#1
0
 public void ThenIAmOnTheSecondStepOfOrderPlacementProcess()
 {
     CartPageActions cart       = new CartPageActions();
     string          actualText = cart.GetTextFromOrderPlaceLabel();
 }