private void then_it_shows_the_user_has_logged_in(ChromeDriver browser, string siteUsername) { it("shows the user has logged in", delegate() { expectEventually(() => browser.ContainsText("Welcome " + siteUsername), Constants.MSLongWait); }); }