Skip to content

Commit

Permalink
Code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 16, 2022
1 parent e75a962 commit b945add
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ public static class TestCaseUITestContextExtensions
{
public static async Task TestIdleTenantManagerBehaviorAsync(this UITestContext context)
{
// We are letting the site to sit idle for more than two minutes so that the
// tenant could be shut down by the background task.
// We are letting the site to sit idle for more than two minutes so that the tenant could be shut down by the
// background task.
await Task.Delay(129420);

// If we can access the admin menu after the tenant shut down that means the new shell was created
// and it is working as intended.
// If we can access the admin menu after the tenant shut down that means the new shell was created and it is
// working as intended.
await context.SignInDirectlyAsync();
await context.GoToDashboardAsync();
}
Expand Down

0 comments on commit b945add

Please sign in to comment.