Example #1
0
 public void TestMethod1()
 {
     LoginPage.GoTo();
     LoginPage.LoginAs("scopethesound").WithPassword("niplifeow").Login();
     Assert.IsTrue(DashboardPage.IsAt, "Failed to login");
 }