From 44889a3826f18dd527cf983b65931c3667bd8272 Mon Sep 17 00:00:00 2001 From: Kukks Date: Fri, 18 Sep 2020 08:51:23 +0200 Subject: [PATCH] fix payout test --- BTCPayServer.Tests/SeleniumTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer.Tests/SeleniumTests.cs b/BTCPayServer.Tests/SeleniumTests.cs index 4145dba4f..3b46d384a 100644 --- a/BTCPayServer.Tests/SeleniumTests.cs +++ b/BTCPayServer.Tests/SeleniumTests.cs @@ -768,7 +768,7 @@ namespace BTCPayServer.Tests s.Driver.Navigate().Refresh(); Assert.Contains("badge transactionLabel", s.Driver.PageSource); }); - Assert.Equal("Payout", s.Driver.FindElement(By.ClassName("transactionLabel")).Text); + Assert.Equal("payout", s.Driver.FindElement(By.ClassName("transactionLabel")).Text); s.GoToWallet(navPages: WalletsNavPages.Payouts); TestUtils.Eventually(() =>