Skip to content

Commit

Permalink
Update Lombiq.Tests.UI/Extensions/BasicOrchardFeaturesTestingUITestCo…
Browse files Browse the repository at this point in the history
…ntextExtensions.cs

Co-authored-by: Zoltán Lehóczky <[email protected]>
  • Loading branch information
DemeSzabolcs and Piedone authored Jan 26, 2023
1 parent 8c5b230 commit 228fed3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ public static class BasicOrchardFeaturesTestingUITestContextExtensions
/// <para>The test method assumes that the site is not set up.</para>
/// </summary>
/// <param name="setupRecipeId">The ID of the recipe to be used to set up the site.</param>
/// <param name="customPageHeaderBy">The Selenium By to locate the custom page header, that ultimately gets passed
/// to TestContentOperationsAsync().</param>
/// <param name="customPageHeaderBy">
/// The Selenium By to locate the custom page header, that contains the title of the current page/content item. This
/// ultimately gets passed to TestContentOperationsAsync().
/// </param>
/// <returns>The same <see cref="UITestContext"/> instance.</returns>
public static Task TestBasicOrchardFeaturesAsync(
this UITestContext context,
Expand Down

0 comments on commit 228fed3

Please sign in to comment.