Fix tests

This commit is contained in:
nicolas.dorier 2023-06-20 22:37:05 +09:00
parent 0d0477d661
commit 8615f120ce
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -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);