Plugins: Provide extension points for Lightning setup

This commit is contained in:
Dennis Reimann
2021-11-24 10:54:43 +01:00
committed by Andrew Camilleri
parent fa83304697
commit 285a30f67a
2 changed files with 155 additions and 147 deletions

View File

@@ -242,7 +242,7 @@ namespace BTCPayServer.Tests
else
{
Driver.FindElement(By.CssSelector("label[for=\"LightningNodeType-Custom\"]")).Click();
Driver.FindElement(By.Id("ConnectionString")).Clear();
Driver.WaitForElement(By.Id("ConnectionString")).Clear();
Driver.FindElement(By.Id("ConnectionString")).SendKeys(connectionString);
if (test)
{