Пример #1
0
 public void ThenUserChecksSportingGoodsPageIsDisplayed()
 {
     sporingGoodsPage = basePage.GetSporingGoodsPage();
     sporingGoodsPage.WaitForPageLoadComplete(DEFAULT_TIME);
     Assert.IsTrue(sporingGoodsPage.SportingGoodsLogoVisibility());
 }