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 31c8418 commit 9040895Copy full SHA for 9040895
dotnet/test/common/NetworkInterceptionTests.cs
@@ -35,6 +35,7 @@ public async Task TestCanInterceptNetworkCalls()
35
}
36
37
[Test]
38
+ [IgnoreBrowser(Browser.Firefox, "Firefox does not implement the CDP Fetch domain required for network interception")]
39
public async Task TestCanUseAuthorizationHandler()
40
{
41
if (driver is IDevTools)
0 commit comments