Example #1
0
 public void HomePage_LeftNavigationBar_WS_1302()
 {
     if (false)
     {
         Assert.Ignore();
     }
     else
     {
         MainHomePage home = InitialPage.Go().Logon().ClickLogin();
         Assert.IsTrue(home.IsMenuArrowExpanded(), "Arrow is not expanded to see the links");
     }
 }