public void VerifySchoolsAreDisplayed() { KidsAcademyRegistrationChoiceFacade facade = new KidsAcademyRegistrationChoiceFacade(); ///this.facade.OpenStudentsStatisticsPage(); ///this.facade.VerifySchoolsExist(); facade.OpenStudentsStatisticsPage(); facade.VerifySchoolsExist(); }
public void VerifyRegistrationWithExistingAccount() { KidsAcademyRegistrationChoiceFacade facade = new KidsAcademyRegistrationChoiceFacade(); ////this.facade.OpenStudentsStatisticsPage(); ////this.facade.VerifyExistingAccountRegistration(); facade.OpenStudentsStatisticsPage(); facade.VerifyExistingAccountRegistration(); }
public void VerifyPageIsCorrect() { KidsAcademyRegistrationChoiceFacade facade = new KidsAcademyRegistrationChoiceFacade(); facade.OpenStudentsStatisticsPage(); facade.VerifyPageIsOpen(); }
////private KidsAcademyRegistrationChoiceFacade facade; public override void TestInit() { base.TestInit(); ////this.facade = new KidsAcademyRegistrationChoiceFacade(); KidsAcademyRegistrationChoiceFacade facade = new KidsAcademyRegistrationChoiceFacade(); }