Skip to content

Commit 1b8e7d6

Browse files
committed
[dotnet] Ignore unproper tests for Edge browser
1 parent 9504dcd commit 1b8e7d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotnet/test/common/JavascriptEnabledBrowserTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public void DocumentShouldReflectLatestDom()
3434

3535
[Test]
3636
[IgnoreBrowser(Browser.Chrome, "Not working properly in Chrome")]
37+
[IgnoreBrowser(Browser.Edge, "Not working properly in Edge")]
3738
public void ShouldWaitForLoadsToCompleteAfterJavascriptCausesANewPageToLoad()
3839
{
3940
driver.Url = formsPage;
@@ -45,6 +46,7 @@ public void ShouldWaitForLoadsToCompleteAfterJavascriptCausesANewPageToLoad()
4546

4647
[Test]
4748
[IgnoreBrowser(Browser.Chrome, "Not working properly in Chrome")]
49+
[IgnoreBrowser(Browser.Edge, "Not working properly in Edge")]
4850
public void ShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad()
4951
{
5052
driver.Url = formsPage;

0 commit comments

Comments
 (0)