Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Sep 24, 2024
1 parent ea103a0 commit 173ef52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI/Helpers/ByHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static By Text(string innerText, string element = "*") =>
By.XPath($"//{element}[normalize-space(.) = {JsonSerializer.Serialize(innerText)}]");

/// <summary>
/// Same as <see cref="Text"/> but for <c>button</c> element.
/// Same as <see cref="Text"/> but for <c>button</c> elements.
/// </summary>
public static By ButtonText(string innerText) => Text(innerText, "button");

Expand Down

0 comments on commit 173ef52

Please sign in to comment.