Esempio n. 1
0
        public void contact_enterprise_should_not_be_able_to_invite_another_contact_enterprise_if_there_is_no_email()
        {
            LoginPage.GoTo();
            LoginPage.LoginAs(ContactEnterpriseUsername, ContactEnterprisePassword);
            InviteContactEnterprisePage.GoTo();

            InviteContactEnterprisePage.SendInvite();

            InviteContactEnterprisePage.IsDisplayed.Should().BeTrue();
        }
Esempio n. 2
0
        public void contact_enterprise_should_be_able_to_invite_another_contact_enterprise()
        {
            LoginPage.GoTo();
            LoginPage.LoginAs(ContactEnterpriseUsername, ContactEnterprisePassword);
            InviteContactEnterprisePage.GoTo();
            InviteContactEnterprisePage.InviteContactEnterprise();

            InviteContactEnterprisePage.SendInvite();

            InviteContactEnterprisePage.ConfirmationPageIsDisplayed.Should().BeTrue();
        }