コード例 #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();
 }