Exemplo n.º 1
0
 public void GivenINavigateToSite(string url)
 {
     automationTestingPage.NavigateToForm(url);
 }
Exemplo n.º 2
0
 public void GivenISelectAutomationTestingForm()
 {
     automationTestingPage.NavigateToForm();
 }