public void Test2Sprint1Refactor()
        {
            var sprint1PageActions = new Sprint1PageActions(Driver);

            GotoSampleApplicationPage(sprint1PageActions.Sprint1Page, PageConstants.Sprint1Url, PageConstants.Sprint1Title);
            sprint1PageActions.FillOutFormAndSubmit(TestUser.FirstName);
            ValidatePageTitle(sprint1PageActions.Sprint1Page, PageConstants.UltimateQaHomePageTitle);
        }
 public Sprint1Steps(ScenarioContext scenarioContext)
 {
     m_sprint1PageActions = new Sprint1PageActions(scenarioContext);
 }