We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf66f9 commit 95f9a05Copy full SHA for 95f9a05
dotnet/test/common/CorrectEventFiringTest.cs
@@ -391,8 +391,9 @@ public void ClickOverlappingElements()
391
}
392
393
[Test]
394
- [IgnoreBrowser(Browser.IE, "IE doesn't support detecting overlapped elements")]
395
- [IgnoreBrowser(Browser.Chrome)]
+ [IgnoreBrowser(Browser.IE, "Driver checks for overlapping elements")]
+ [IgnoreBrowser(Browser.Firefox, "Driver checks for overlapping elements")]
396
+ [IgnoreBrowser(Browser.Chrome, "Driver checks for overlapping elements")]
397
public void ClickPartiallyOverlappingElements()
398
{
399
if (TestUtilities.IsOldIE(driver))
0 commit comments