Skip to content

Commit

Permalink
[dotnet] Forgot to ignore bidi network test for Firefox (no Fetch dom…
Browse files Browse the repository at this point in the history
…ain)
  • Loading branch information
jimevans committed Aug 29, 2023
1 parent 31c8418 commit 9040895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotnet/test/common/NetworkInterceptionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public async Task TestCanInterceptNetworkCalls()
}

[Test]
[IgnoreBrowser(Browser.Firefox, "Firefox does not implement the CDP Fetch domain required for network interception")]
public async Task TestCanUseAuthorizationHandler()
{
if (driver is IDevTools)
Expand Down

0 comments on commit 9040895

Please sign in to comment.