Skip to content

Commit

Permalink
Updating UrlCheckHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
DemeSzabolcs committed Sep 30, 2024
1 parent f875d4c commit b9d1007
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Lombiq.Tests.UI/Helpers/UrlCheckHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ public static bool IsOrchardPage(UITestContext context)
path.StartsWithOrdinalIgnoreCase("/Register") ||
path.StartsWithOrdinalIgnoreCase("/Login") ||
path.StartsWithOrdinalIgnoreCase("/ChangePassword") ||
path.StartsWithOrdinalIgnoreCase("/ExternalAuthentications") ||
path.StartsWithOrdinalIgnoreCase("/ExternalLogins") ||
path.StartsWithOrdinalIgnoreCase("/ExternalLogin") ||
context.IsSetupPage();
}
Expand Down

0 comments on commit b9d1007

Please sign in to comment.