예제 #1
0
 public void WhenISearchFor(string searchTerm)
 {
     _chaptersSearchPage = _chaptersPage.SearchFor(searchTerm);
 }
예제 #2
0
 public PmiChaptersSteps(WebTestContext context)
 {
     _context = context;
     _chaptersPage = PageFactory.CreatePage(context, typeof(ChaptersPage).Name);
     _chaptersSearchPage = PageFactory.CreatePage(context, typeof(ChaptersSearchPage).Name);
 }