Skip to content

Commit 3cf66f9

Browse files
committed
Ignoring .NET tests for unimplemented features in Chrome
1 parent 54b37dc commit 3cf66f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dotnet/test/common/Interactions/BasicMouseInterfaceTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ public void ShouldAllowMoveAndClick()
153153
[Test]
154154
[IgnoreBrowser(Browser.IE, "Clicking without context is perfectly valid for W3C-compliant remote ends.")]
155155
[IgnoreBrowser(Browser.Firefox, "Clicking without context is perfectly valid for W3C-compliant remote ends.")]
156+
[IgnoreBrowser(Browser.Chrome, "Clicking without context is perfectly valid for Chrome.")]
156157
[IgnoreBrowser(Browser.IPhone, "API not implemented in driver")]
157158
[IgnoreBrowser(Browser.Remote, "API not implemented in driver")]
158159
[IgnoreBrowser(Browser.Android, "API not implemented in driver")]

dotnet/test/common/TakesScreenshotTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public void ShouldTakeScreenshotsOfThePage()
2727
}
2828

2929
[Test]
30+
[IgnoreBrowser(Browser.Chrome, "Chrome driver does not yet implement element screenshots.")]
3031
public void ShouldTakeScreenshotsOfAnElement()
3132
{
3233
driver.Url = simpleTestPage;

0 commit comments

Comments
 (0)