Skip to content

Commit

Permalink
Merge pull request #111 from Lombiq/issue/OSOE-847
Browse files Browse the repository at this point in the history
OSOE-847: Removing now unnecessary true isChecked parameter from methods
  • Loading branch information
Piedone authored May 12, 2024
2 parents 5af0372 + 13c99fc commit 82ce0ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static async Task TestBaseThemeSiteSettingsAsync(
By byIcon = null)
{
await context.GoToAdminRelativeUrlAsync("/Lombiq.BaseTheme/Admin/Index");
await context.SetCheckboxValueAsync(By.Id("HideMenu"), isChecked: true);
await context.SetCheckboxValueAsync(By.Id("HideMenu"));

await context.ClickReliablyOnAsync(By.XPath("//div[contains(@class, 'thumb-container')]"));
await context.ClickReliablyOnAsync(By.CssSelector("#Editor .delete-button").OfAnyVisibility());
Expand Down

0 comments on commit 82ce0ec

Please sign in to comment.