Skip to content

Commit

Permalink
Merge branch 'task/system-text-json-migration' into issue/OSOE-795
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed May 12, 2024
2 parents f1e695b + 82ce0ec commit ec6d84c
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 ec6d84c

Please sign in to comment.