Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Feb 8, 2024
1 parent 8d47b45 commit bf7fc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI.Samples/Tests/RemoteTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public Task ExampleDotComShouldWork() =>
context.Exists(By.LinkText("More information..."));
// Note that due to a remote app not being under our control, some things are not supported. E.g., you
// can't access the Orchard Core logs.
// can't access the Orchard Core logs, or use shortcuts (the *Directly methods).
},
configuration => configuration.HtmlValidationConfiguration.RunHtmlValidationAssertionOnAllPageChanges = false);
}
Expand Down

0 comments on commit bf7fc19

Please sign in to comment.