Skip to content

Commit

Permalink
Update a test for bidi
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Dec 5, 2024
1 parent 84f0299 commit 4f41042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PuppeteerSharp.Tests/NavigationTests/PageGotoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
}
}

Expand Down

0 comments on commit 4f41042

Please sign in to comment.