Exemplo n.º 1
0
        /// <summary>
        /// Verify Calendar list is not visible
        /// </summary>
        public void VerifyCalendarListIsNotVisible()
        {
            HtmlDiv frontendPageMainDiv = BAT.Wrappers().Frontend().Pages().PagesWrapperFrontend().GetPageContent();
            HtmlDiv calendarList        = frontendPageMainDiv.Find.ByExpression <HtmlDiv>("class=list-unstyled nav nav-pills nav-stacked", "data-sf-role=calendarlist-wrapper");

            calendarList.AssertIsNull("Calendar list");
        }