public void Chrome_NoWarewolfServer_UITest()
 {
     Assert.IsTrue(driver.KillServerIfRunning(), GlobalConstants.LocalWarewolfServerExpectedDownError);
     driver.GoToUrl();
     Assert.IsTrue(driver.IsAlertPresent(), GlobalConstants.IsAlertPresentError);
     Assert.AreEqual(GlobalConstants.LocalWarewolfServerError, driver.CloseAlertAndGetItsText(false), GlobalConstants.AlertText);
 }