Skip to content

Commit

Permalink
ignore edge locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
ffMathy committed Mar 20, 2019
1 parent 9853759 commit c74f85d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ public async Task WebAutomationEngineTest()
new TestCase(
DriverType.SeleniumFirefox,
p => p.AddSeleniumWebAutomationFrameworkInstance(AutomationEngineFactory.GetFirefoxDriverAsync)),
new TestCase(
DriverType.SeleniumEdge,
p => p.AddSeleniumWebAutomationFrameworkInstance(AutomationEngineFactory.GetEdgeDriverAsync)),
//new TestCase(
// DriverType.SeleniumEdge,
// p => p.AddSeleniumWebAutomationFrameworkInstance(AutomationEngineFactory.GetEdgeDriverAsync)),
};

using (var server = WebServerHelper.CreateWebServer())
Expand Down

0 comments on commit c74f85d

Please sign in to comment.