Exemplo n.º 1
0
 public void WhenIEnterTheSingleLineText(string text)
 {
     automationTestingPage.EnterSingleLineText(text);
 }
Exemplo n.º 2
0
 public void WhenIEnterTheSingleLineText()
 {
     automationTestingPage.EnterSingleLineText();
 }