Skip to content

Commit

Permalink
[dotnet] Disabling some JavascriptEnabledBrowserTest.cs in RBE
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Mar 23, 2024
1 parent 755d254 commit 1cb091b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotnet/test/common/JavascriptEnabledBrowserTest.cs
Expand Up @@ -33,6 +33,7 @@ public void DocumentShouldReflectLatestDom()
}

[Test]
[IgnoreBrowser(Browser.Chrome, "Not working properly in Chrome")]
public void ShouldWaitForLoadsToCompleteAfterJavascriptCausesANewPageToLoad()
{
driver.Url = formsPage;
Expand All @@ -43,6 +44,7 @@ public void ShouldWaitForLoadsToCompleteAfterJavascriptCausesANewPageToLoad()
}

[Test]
[IgnoreBrowser(Browser.Chrome, "Not working properly in Chrome")]
public void ShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad()
{
driver.Url = formsPage;
Expand Down

0 comments on commit 1cb091b

Please sign in to comment.