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 19edb16 commit 7b7552aCopy full SHA for 7b7552a
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").Or.Contain("NS_ERROR_ABORT"));
+ Assert.That(action, Throws.TypeOf<BiDiException>().With.Message.Contain("net::ERR_FAILED").Or.Message.Contain("NS_ERROR_ABORT"));
192
}
193
0 commit comments