Beispiel #1
0
 public void GivenIHaveNavigatedToMyTestSite()
 {
     automationTestSite.GoTo();
 }
Beispiel #2
0
 public void GivenIAmOn(string url)
 {
     automationTestSite.GoTo(url);
 }
Beispiel #3
0
 public void GivenINavigateToTheHomePage()
 {
     automationTestSite.GoTo();
     Thread.Sleep(5000);
 }
 public void GivenINavigateToTheHomePage()
 {
     automationTestSite.GoTo();
 }