Skip to content

Commit

Permalink
Disabling HTML validation as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jan 16, 2025
1 parent 474a347 commit ff2fbb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lombiq.Tests.UI.Samples/UITestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ protected override Task ExecuteTestAsync(
// Action) to further configure it.
////configuration.HtmlValidationConfiguration.RunHtmlValidationAssertionOnAllPageChanges = false;

configuration.HtmlValidationConfiguration.RunHtmlValidationAssertionOnAllPageChanges = false;

// For locally running apps, the UI Testing Toolbox configures Fake Logging (see
// https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging.testing). This provides an
// in-memory log for assertions, regardless of the logging framework your app uses otherwise. By
Expand Down

0 comments on commit ff2fbb5

Please sign in to comment.