Exemple #1
0
        public void Test13Sprint5()
        {
            Test11Sprint5();
            var sprint5Page2Actions = new Sprint5Page2Actions(Driver);

            BasePage = sprint5Page2Actions.FillOutRadioButtonAndSubmit(Animal.Bunnies);
            Assert.IsTrue(BasePage.IsLoaded(PageConstants.UltimateQaHomePageTitle),
                          $"{ErrorConstants.UltimateQaHomePageError} Expected: {PageConstants.UltimateQaHomePageTitle} Actual: {Driver.Title}");
        }
Exemple #2
0
 public void WhenIFillOutTheSecondFormAndSubmitIt()
 {
     m_sprint5Page2Actions.FillOutRadioButtonAndSubmit(Animal.Crocodiles);
 }