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