Skip to content

Commit

Permalink
Merge pull request #250 from Lombiq/issue/OCORE-105
Browse files Browse the repository at this point in the history
OCORE-105: Removing workaround for Orchard bug that perhaps doesn't exist anymore
  • Loading branch information
Piedone authored Jan 9, 2023
2 parents 0e255a0 + 3a07d29 commit 1be5c4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Lombiq.Tests.UI.Samples/Tests/MonkeyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ private static MonkeyTestingOptions CreateMonkeyTestingOptions() =>

private static bool IsValidAdminBrowserLogEntry(LogEntry logEntry) =>
OrchardCoreUITestExecutorConfiguration.IsValidBrowserLogEntry(logEntry) &&
// This is necessary to work around this bug: https://github.com/OrchardCMS/OrchardCore/issues/11420.
!logEntry.Message.ContainsOrdinalIgnoreCase(
"Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load.") &&
// Requests to /api/graphql without further parameters will fail with HTTP 400, but that's OK, since some
// parameters are required.
!logEntry.Message.ContainsOrdinalIgnoreCase("/api/graphql - Failed to load resource: the server responded with a status of 400");
Expand Down

0 comments on commit 1be5c4f

Please sign in to comment.