Exemplo n.º 1
0
        public void coordinator_not_should_be_able_to_send_invitation_if_not_logged_in()
        {
            InviteCoordinatorPage.GoToByUrl();

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