Exemplo n.º 1
0
        public void VerifyUserCanLogInOutToHorsePortal()
        {
            login.User_Login(driver);   // login
            verify.User_Verify(driver); // username verification
            logoff.User_Logoff(driver); // logoff
            var currentBrowserUrl = driver.Url;

            Assert.AreEqual("http://horse.industryconnect.io/Account/Login?ReturnUrl=%2f", currentBrowserUrl);
        }