mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
fix payout test
This commit is contained in:
parent
8a3c751c10
commit
44889a3826
1 changed files with 1 additions and 1 deletions
|
@ -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(() =>
|
||||
|
|
Loading…
Add table
Reference in a new issue