Exemplo n.º 1
0
 public void ThenIAmOnTheModulePage(string pageTitle)
 {
     Switches.AmIOnGridPageSwitch(pageTitle);
 }
Exemplo n.º 2
0
 public void GivenIAmOnThePage(string modulePage)
 {
     NavBar.Click(modulePage);
     Switches.AmIOnGridPageSwitch(modulePage);
 }