mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-21 14:14:45 +01:00
Remove infinite loop in test
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user