diff --git a/BTCPayServer.Tests/SeleniumTester.cs b/BTCPayServer.Tests/SeleniumTester.cs index da92fc061..5b6558eed 100644 --- a/BTCPayServer.Tests/SeleniumTester.cs +++ b/BTCPayServer.Tests/SeleniumTester.cs @@ -192,7 +192,7 @@ namespace BTCPayServer.Tests Driver.SetCheckbox(By.Id("UseNewCheckout"), true); Driver.WaitForElement(By.Id("OnChainWithLnInvoiceFallback")); Driver.SetCheckbox(By.Id("OnChainWithLnInvoiceFallback"), bip21); - Driver.FindElement(By.Id("Save")).Click(); + Driver.FindElement(By.Id("Save")).SendKeys(Keys.Enter); Assert.Contains("Store successfully updated", FindAlertMessage().Text); Assert.True(Driver.FindElement(By.Id("UseNewCheckout")).Selected); } diff --git a/BTCPayServer/Views/Shared/Crowdfund/Public/ViewCrowdfund.cshtml b/BTCPayServer/Views/Shared/Crowdfund/Public/ViewCrowdfund.cshtml index 0860f5177..279420f5f 100644 --- a/BTCPayServer/Views/Shared/Crowdfund/Public/ViewCrowdfund.cshtml +++ b/BTCPayServer/Views/Shared/Crowdfund/Public/ViewCrowdfund.cshtml @@ -407,7 +407,6 @@ - diff --git a/BTCPayServer/Views/Shared/PayButton/PayButton.cshtml b/BTCPayServer/Views/Shared/PayButton/PayButton.cshtml index 62f23074f..ba43963d9 100644 --- a/BTCPayServer/Views/Shared/PayButton/PayButton.cshtml +++ b/BTCPayServer/Views/Shared/PayButton/PayButton.cshtml @@ -12,7 +12,6 @@ -