Skip to content

Commit

Permalink
Removing deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 28, 2024
1 parent e2cb718 commit 420bbbb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using Lombiq.Tests.UI.Extensions;
using Lombiq.Tests.UI.Services;
using OpenQA.Selenium;
using OrchardCore.Users.Models;
using Shouldly;
using System.Threading.Tasks;

Expand Down Expand Up @@ -102,7 +101,6 @@ public static async Task TestRegistrationConsentCheckboxAsync(this UITestContext
{
await context.EnablePrivacyConsentBannerFeatureAsync();
await context.EnablePrivacyRegistrationConsentFeatureAsync();
await context.SetUserRegistrationTypeAsync(UserRegistrationType.AllowRegistration);

await context.TestRegistrationConsentCheckboxContentAsync();

Expand Down

0 comments on commit 420bbbb

Please sign in to comment.