Example #1
0
        public void contactEnterprise_should_not_download_files_isfiles_not_valid()
        {
            LoginPage.GoTo();
            LoginPage.LoginAs(ContactEnterpriseUsername, ContactEnterprisePassword);
            DetailsStudentApplyContactEnterprisePage.GoToByUrl();

            DetailsStudentApplyContactEnterprisePage.DownloadPage();

            DetailsStudentApplyContactEnterprisePage.ErrorDisplayed.Should().BeTrue();
        }
Example #2
0
        public void contact_enterprise_should_be_able_to_access_confirmation_page_when_refusing_a_student_apply()
        {
            LoginPage.GoTo();
            LoginPage.LoginAs(ContactEnterpriseUsername, ContactEnterprisePassword);
            DetailsStudentApplyContactEnterprisePage.GoToByUrl();

            DetailsStudentApplyContactEnterprisePage.RefuseApply();

            DetailsStudentApplyContactEnterprisePage.ConfirmationRefuseIsDisplayed.Should().BeTrue();
        }