Exemplo n.º 1
0
 public void ThenUserChecksSportingGoodsPageIsDisplayed()
 {
     sporingGoodsPage = basePage.GetSporingGoodsPage();
     sporingGoodsPage.WaitForPageLoadComplete(DEFAULT_TIME);
     Assert.IsTrue(sporingGoodsPage.SportingGoodsLogoVisibility());
 }
Exemplo n.º 2
0
 public void WhenUserClickTennisGoodsButton()
 {
     sporingGoodsPage = basePage.GetSporingGoodsPage();
     sporingGoodsPage.WaitForPageLoadComplete(DEFAULT_TIME);
     sporingGoodsPage.ClickTennisButton();
 }