Пример #1
0
        public void coordinator_should_not_be_able_to_access_StudentApplyList_page_if_not_logged_in()
        {
            StudentApplyListCoordinatorPage.GoToByUrl();

            LoginPage.IsDisplayed.Should().BeTrue();
        }