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 042fd7c commit a295033Copy full SHA for a295033
dotnet/test/common/BiDi/Network/NetworkTest.cs
@@ -188,6 +188,6 @@ public async Task CanFailRequest()
188
189
var action = async () => await context.NavigateAsync(UrlBuilder.WhereIs("basicAuth"), new() { Wait = ReadinessState.Complete });
190
191
- Assert.That(action, Throws.TypeOf<BiDiException>().With.Message.Contain("net::ERR_FAILED"));
+ Assert.That(action, Throws.TypeOf<BiDiException>().With.Message.Contain("net::ERR_FAILED").Or.Contain("NS_ERROR_ABORT"));
192
}
193
0 commit comments