Пример #1
0
 public void AssertTopSellersDisplayedCorrectly()
 {
     AssertThat
     .Elements(HomePage.PopularProductCards)
     .HaveSize(7)
     .AllAreVisible();
 }