Skip to content

Commit

Permalink
Fill in host name with "localhost".
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Jul 12, 2024
1 parent d9bfef4 commit 429a01e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lombiq.Tests.UI/Extensions/EmailUITestContextExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ public static async Task ConfigureSmtpPortAsync(this UITestContext context, int?
"The SMTP port configuration is missing. Did you forget to include \"configuration.UseSmtpService = true\"?");
}

await context.ClickAndFillInWithRetriesAsync(By.Id("ISite_SmtpSettings_Host"), "localhost");

var smtpPort = port.Value.ToTechnicalString();
await context.ClickAndFillInWithRetriesAsync(By.Id("ISite_SmtpSettings_Port"), smtpPort);

Expand Down

0 comments on commit 429a01e

Please sign in to comment.