From 4f41042f4ecef1d743fe96b7a62055aad6a2028a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Kondratiuk?= Date: Thu, 5 Dec 2024 11:09:43 -0300 Subject: [PATCH] Update a test for bidi --- lib/PuppeteerSharp.Tests/NavigationTests/PageGotoTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PuppeteerSharp.Tests/NavigationTests/PageGotoTests.cs b/lib/PuppeteerSharp.Tests/NavigationTests/PageGotoTests.cs index 442dcebd9..a4c73f8f8 100644 --- a/lib/PuppeteerSharp.Tests/NavigationTests/PageGotoTests.cs +++ b/lib/PuppeteerSharp.Tests/NavigationTests/PageGotoTests.cs @@ -163,7 +163,7 @@ public void ShouldFailWhenNavigatingToBadUrl() } else { - Assert.That(exception.Message, Does.Contain("invalid URL")); + Assert.That(exception.Message, Does.Contain("NS_ERROR_MALFORMED_URI")); } }