Skip to content

Commit

Permalink
Update Lombiq.Tests.UI/Extensions/EmailUITestContextExtensions.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Zoltán Máté <99020631+MZole@users.noreply.github.com>
  • Loading branch information
DemeSzabolcs and MZole authored Feb 6, 2025
1 parent 5672c13 commit 9de5a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI/Extensions/EmailUITestContextExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public static async Task ClickReliablyOnSmtpInboxRowAndSwitchToFrame0WithRetries
context
.Scope.AtataContext.Log
.Info($"Switching to frame 0 failed, smtp4dev page probably reloaded. (attempt " +
$"{retryCount.ToTechnicalString()}/{maxRetries.ToTechnicalString()}): {exception.Message}");
$"{retryCount.ToTechnicalString()} out of {maxRetries.ToTechnicalString()}): {exception.Message}");

if (retryCount == maxRetries) throw;

Expand Down

0 comments on commit 9de5a42

Please sign in to comment.