public static void Init()
 {
     Home          = new HomePage();
     ServiceStatus = new ServiceStatusPage();
     Standings     = new StandingsPage();
     Support       = new SupportPage();
     Tickets       = new TicketsPage();
 }
Example #2
0
 public void GivenINavigateToTheHealth_StatusPage()
 {
     statusPage = homepage
                  .NavigateToServiceStatusPage();
 }