Fix tests

This commit is contained in:
nicolas.dorier 2022-01-07 20:54:26 +09:00
parent 64b85ac1f9
commit 0d657fc646
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -327,7 +327,7 @@ namespace BTCPayServer.Tests
internal void AssertAccessDenied()
{
Assert.Contains("Access denied</h", Driver.PageSource);
Assert.DoesNotContain("- Denied</h", Driver.PageSource);
}
public void GoToHome()