Update BTCPayServer.Tests/SeleniumTester.cs

Co-authored-by: Zaxounette <51208677+Zaxounette@users.noreply.github.com>
This commit is contained in:
Nicolas Dorier 2021-04-20 10:55:28 +09:00 committed by Dennis Reimann
parent 5fda21373e
commit 85cf36ac4a
No known key found for this signature in database
GPG Key ID: 5009E1797F03F8D0

View File

@ -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);