Example #1
0
        public void enterprise_should_not_be_able_to_see_the_page_to_create_stage_if_not_logged_in_and_redirected_to_login()
        {
            CreateStageContactEnterprisePage.GoToByUrl();

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