Пример #1
0
 public void WhenIAddTheConsoleToMyShoppingBasket()
 {
     _browser.GoToProductPage();
     _browser.AddProductToBasket();
 }