示例#1
0
 /// <summary>
 /// Takes you to a page which lists all the UpComing Test Windows for the Logged In user.
 /// </summary>
 public void ViewAllUpComingTestWindows()
 {
     this.Utilities.FocusOnMainContentArea();//this.Parent.Header.SelectWelcomeMessage(); //stop hover over menu
     UpcomingTestWindowsGridDetail.ViewAllResults();
 }
示例#2
0
 /// <summary>
 /// Collapses the UpComing Test Windows Grid on the Assess Dashboard Page.
 /// </summary>
 public void CollapseUpComingTestWindows()
 {
     this.Utilities.FocusOnMainContentArea();//this.Parent.Header.SelectWelcomeMessage(); //stop hover over menu
     UpcomingTestWindowsGridDetail.CollapseGrid();
 }