public void ThenUserChecksSportingGoodsPageIsDisplayed() { sporingGoodsPage = basePage.GetSporingGoodsPage(); sporingGoodsPage.WaitForPageLoadComplete(DEFAULT_TIME); Assert.IsTrue(sporingGoodsPage.SportingGoodsLogoVisibility()); }
public void WhenUserClickTennisGoodsButton() { sporingGoodsPage = basePage.GetSporingGoodsPage(); sporingGoodsPage.WaitForPageLoadComplete(DEFAULT_TIME); sporingGoodsPage.ClickTennisButton(); }