Skip to content

Commit

Permalink
[dotnet] Disabling ShouldMoveToLocation.
Browse files Browse the repository at this point in the history
Works with pinned browsers, but not in RBE.
Same tests runs in Java and works.
  • Loading branch information
diemol committed Mar 23, 2024
1 parent 7c1fae3 commit 49352f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dotnet/test/common/Interactions/BasicMouseInterfaceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ public void ShouldAllowMoveAndClick()
}

[Test]
[IgnoreBrowser(Browser.Chrome, "Not working properly in RBE, works locally with pinned browsers")]
[IgnoreBrowser(Browser.Edge, "Not working properly in RBE, works locally with pinned browsers")]
[IgnoreBrowser(Browser.Firefox, "Not working properly in RBE, works locally with pinned browsers")]
public void ShouldMoveToLocation()
{
driver.Url = mouseInteractionPage;
Expand Down

0 comments on commit 49352f9

Please sign in to comment.