Ejemplo n.º 1
0
        public void ThenTheURLOfTheFierstImageIsPresent()
        {
            MeetTheTeam mt = new MeetTheTeam(WebBrowser.Current);

            mt.CheckImageURL();
        }
Ejemplo n.º 2
0
        public void ThenIShouldSeeTheManagementTeamPageDisplayedCorrectly()
        {
            MeetTheTeam mt = new MeetTheTeam(WebBrowser.Current);

            mt.MeetTheTeamPageShown();
        }