mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
Remove infinite loop in test
This commit is contained in:
parent
ec68d2a0e6
commit
6fec929656
1 changed files with 1 additions and 1 deletions
|
@ -1583,8 +1583,8 @@ namespace BTCPayServer.Tests
|
|||
// to make it works.
|
||||
private void SudoForceSaveLightningSettingsRightNowAndFast(SeleniumTester s, string cryptoCode)
|
||||
{
|
||||
retry:
|
||||
int maxAttempts = 5;
|
||||
retry:
|
||||
s.Driver.WaitForAndClick(By.Id("save"));
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue