mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Frontend cleanups (#4449)
* Update some buttons * Potential flaky test fix * Dark theme: Fix primary accent color * Pay Button: Remove unused clipboard dependency The pay button uses the cope-to-clipboard.js * Remove babel-polyfill Browser-support should be good by now. * Remove unused jquery-easing scripts * Remove unused CSS
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user