From 85cf36ac4a6f311bab85ab6ef2837cd41077ad4f Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Tue, 20 Apr 2021 10:55:28 +0900 Subject: [PATCH] Update BTCPayServer.Tests/SeleniumTester.cs Co-authored-by: Zaxounette <51208677+Zaxounette@users.noreply.github.com> --- BTCPayServer.Tests/SeleniumTester.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer.Tests/SeleniumTester.cs b/BTCPayServer.Tests/SeleniumTester.cs index 2e2920e93..66dead23c 100644 --- a/BTCPayServer.Tests/SeleniumTester.cs +++ b/BTCPayServer.Tests/SeleniumTester.cs @@ -220,7 +220,7 @@ namespace BTCPayServer.Tests } Driver.FindElement(By.Id("test")).Click(); - Assert.Contains("Connection to the Lightning node succeeded.", FindAlertMessage().Text); + Assert.Contains("Connection to the Lightning node successful.", FindAlertMessage().Text); Driver.FindElement(By.Id("save")).Click(); Assert.Contains($"{cryptoCode} Lightning node modified.", FindAlertMessage().Text);