Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
DemeSzabolcs committed Feb 6, 2025
1 parent 2d794ea commit 2e671d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI.Samples/Tests/EmailTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public Task SendingTestEmailShouldWork() =>
await context.ClickReliablyOnSmtpInboxRowAndSwitchToFrame0WithRetriesAsync("Test message");

// If we see the message that we've sent then it's all good.
context.Exists(By.XPath($"//p[contains(.,'Hi, this is a test.')]"));
context.Exists(By.XPath($"//pre[contains(.,'Hi, this is a test.')]"));
},
// UseSmtpService = true automatically enables the Email module so you don't have to enable it in a recipe,
// and it configures the module too.
Expand Down

0 comments on commit 2e671d1

Please sign in to comment.