Skip to content

Commit

Permalink
Moving AssertAppLogsWithIdleCheckAsync() to the UI test instead of re…
Browse files Browse the repository at this point in the history
…lying on the consumer to do it
  • Loading branch information
Piedone committed Jul 9, 2024
1 parent 131b894 commit ba2a32b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ await context.GoToSetupPageAndSetupOrchardCoreAsync(
// working as intended.
await context.SignInDirectlyAsync();
await context.GoToDashboardAsync();

// Make sure the shutdown message is in the logs.
await context.Application.AssertAppLogsWithIdleCheckAsync();
}
}

0 comments on commit ba2a32b

Please sign in to comment.