Skip to content

Commit 49352f9

Browse files
committed
[dotnet] Disabling ShouldMoveToLocation.
Works with pinned browsers, but not in RBE. Same tests runs in Java and works.
1 parent 7c1fae3 commit 49352f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dotnet/test/common/Interactions/BasicMouseInterfaceTest.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ public void ShouldAllowMoveAndClick()
144144
}
145145

146146
[Test]
147+
[IgnoreBrowser(Browser.Chrome, "Not working properly in RBE, works locally with pinned browsers")]
148+
[IgnoreBrowser(Browser.Edge, "Not working properly in RBE, works locally with pinned browsers")]
149+
[IgnoreBrowser(Browser.Firefox, "Not working properly in RBE, works locally with pinned browsers")]
147150
public void ShouldMoveToLocation()
148151
{
149152
driver.Url = mouseInteractionPage;

0 commit comments

Comments
 (0)