Exemplo n.º 1
0
 //  [Fact(DisplayName = "Should Log into AGI Through Sharepoint Should ask For Credentials")]
 public void Should_Go_To_AGI_HomePage_Through_Sharepoint()
 {
     SeleniumDriver.init(Browser.IECleanSessionNoNativeEvents);
     SeleniumDriver.GoTo("https://abtassoc.sharepoint.com");
     AbtPages.Office365LoginPage.Login("*****@*****.**");
     Assert.True(AbtPages.AgiHomePage.isUserLoggedin());
 }