Esempio n. 1
0
 /// <summary>
 /// Takes you to a page which lists all the My Tests for the Logged In user.
 /// </summary>
 public void ViewAllMyTests()
 {
     //this.Parent.Header.SelectWelcomeMessage(); //stop hover over menu
     this.Utilities.FocusOnMainContentArea();
     MyTestsGridDetail.ViewAllResults();
 }
Esempio n. 2
0
 /// <summary>
 /// Collapses the My Tests Grid on the Assess Dashboard Page.
 /// </summary>
 public void CollapseMyTests()
 {
     //this.Parent.Header.SelectWelcomeMessage(); //stop hover over menu
     this.Utilities.FocusOnMainContentArea();
     MyTestsGridDetail.CollapseGrid();
 }