diff --git a/BTCPayServer.Tests/SeleniumTests.cs b/BTCPayServer.Tests/SeleniumTests.cs index 02f26ab7b..ed8f05736 100644 --- a/BTCPayServer.Tests/SeleniumTests.cs +++ b/BTCPayServer.Tests/SeleniumTests.cs @@ -965,7 +965,7 @@ namespace BTCPayServer.Tests s.Driver.FindElement(By.Id("ToggleRawEditor")).Click(); var template = s.Driver.FindElement(By.Id("Template")).GetAttribute("value"); - Assert.Contains("\"buyButtonText\":\"Take my money\"", template); + Assert.Contains("\"buyButtonText\": \"Take my money\"", template); s.Driver.FindElement(By.Id("SaveSettings")).Click(); Assert.Contains("App updated", s.FindAlertMessage().Text);