Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
more test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Helin committed Nov 2, 2018
1 parent db919be commit 9f0737c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TgimbaSeleniumTests/Tests/BaseTest.cs
Expand Up @@ -65,7 +65,7 @@ protected void LoginTest(RemoteWebDriver browser, string userName, string passWo

IWebElement link = browser.FindElement(By.Id("hvJsLoginBtn"));
link.Click();
System.Threading.Thread.Sleep(_testStepInterval + 1000);
System.Threading.Thread.Sleep(_testStepInterval + 5000);

if (expectedAlert)
browser.SwitchTo().Alert().Accept();
Expand Down
4 changes: 2 additions & 2 deletions TgimbaSeleniumTests/Utilities.cs
Expand Up @@ -19,8 +19,8 @@ public static void CloseBrowser(RemoteWebDriver browser)
return new List<string>{
"http://localhost:61755/home/HtmlVanillaJsIndex", // Vanilla JS
"http://localhost:61755/home/HtmlJQueryIndex", // JQuery
//"https://localhost:44367/", // Angular 6
//"https://localhost:44340/", // React JS
"http://localhost:62356/", // Angular 6
"http://localhost:59259/", // React JS
};
}
}
Expand Down

0 comments on commit 9f0737c

Please sign in to comment.