fix tests

This commit is contained in:
nicolas.dorier
2022-01-07 21:12:31 +09:00
parent 0d657fc646
commit 84bd8a6e98
4 changed files with 6 additions and 6 deletions

View File

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