Ejemplo n.º 1
0
        public void coordinator_can_clean_database()
        {
            CleanDatabasePage.GoTo();
            CleanDatabasePage.ClickCleanDatabaseButton();
            CleanDatabasePage.FillPasswordValidation(TestData.Coordinator1.Password);
            CleanDatabasePage.ClickCleanDatabaseModalButton();

            StudentsListCoordinatorPage.GoTo();
            CountNumberOfNotSubscribedStudent();
            CountNumberOfSubscribedStudent();

            CoordinatorIndexInternshipOfferPage.GoTo();
            CoordinatorIndexInternshipOfferPage.GetTotalOffersCount().Should().Be(0);
        }