Skip to content

Commit

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

Expand Down

0 comments on commit e6ab1f7

Please sign in to comment.