Beispiel #1
0
        public void contactEnterprise_can_see_stageAgreement_list_with_elements()
        {
            LoginPage.GoTo();
            LoginPage.LoginAs(ContactEnterpriseUsername, ContactEnterprisePassword);

            StageAgreementListPage.ContactEnterpriseGoTo();

            StageAgreementListPage.HasStageAgreement.Should().BeTrue();
        }
Beispiel #2
0
        public void student_can_see_stageAgreement_list_with_elements()
        {
            LoginPage.GoTo();
            LoginPage.LoginAs(StudentUsername, StudentPassword);

            StageAgreementListPage.StudentGoTo();

            StageAgreementListPage.HasStageAgreement.Should().BeTrue();
        }
Beispiel #3
0
        public void coordinator_can_see_stageAgreement_list_with_elements()
        {
            LoginPage.GoTo();
            LoginPage.LoginAs(CoordonatorUsername, CoordonatorPassword);

            StageAgreementListPage.CoordinatorGoTo();

            StageAgreementListPage.HasStageAgreement.Should().BeTrue();
        }