Ejemplo n.º 1
0
 public void ButtonPage_SelfButton()
 {
     _buttonPage.ClickButonTakeOneRegeneratingCarrot();
     Assert.IsTrue(WaitForText(_buttonPage.TakeOneRegeneratingCarrotLabel, "Currently Regenerating!", 5));
 }
Ejemplo n.º 2
0
 public void ButtonPage_SelfButton()
 {
     _buttonPage.ClickButonTakeOneRegeneratingCarrot();
     WaitUntil(x => _buttonPage.GeneratingCarrotsElement.Displayed);
     Assert.IsTrue(WaitForText(_buttonPage.GeneratingCarrotsLabel, "This button will regenerate in 5 seconds!", 5));
 }