Skip to content

Commit

Permalink
Merge pull request #83 from Lombiq/issue/OSOE-799
Browse files Browse the repository at this point in the history
OSOE-799: Adapting to SelectThemeAsync() rename
  • Loading branch information
wAsnk authored Feb 7, 2024
2 parents df40bcf + cbf3527 commit c554319
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static async Task TestFormConsentCheckboxContentAsync(this UITestContext

public static async Task TestConsentBannerWithThemeAsync(this UITestContext context, string theme)
{
await context.SelectThemeAsync(theme);
await context.SetThemeDirectlyAsync(theme);
await context.SignInDirectlyAsync();
await context.TestConsentBannerAsync();
}
Expand Down

0 comments on commit c554319

Please sign in to comment.