示例#1
0
 public void WhenTheUserVerifyContinueButtonIsDisabled()
 {
     location = new LocationScreen();
     location.VerifyContinueButtonIsDisabled();
 }
示例#2
0
 public void WhenTheUserSelectsTheLocation()
 {
     location = new LocationScreen();
     location.SelectLocationByIndex(0);
     location.TapOnContinueButton();
 }
示例#3
0
 public void WhenTheUserContinueToLocationScreen()
 {
     location = new LocationScreen();
     location.WaitForLocationIcon();
 }