Пример #1
0
        public void coordinator_should_be_able_to_see_StudentApplyList_with_students()
        {
            LoginPage.GoTo();
            LoginPage.LoginAs(CoordonatorUsername, CoordonatorPassword);

            StudentApplyListCoordinatorPage.GoTo();

            StudentApplyListCoordinatorPage.CountNbApplies().Should().NotBe(0);
        }