mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Fix AssertNoError
This commit is contained in:
parent
81c1cc6728
commit
64b85ac1f9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace BTCPayServer.Tests
|
|||
foreach (var dangerAlert in driver.FindElements(By.ClassName("alert-danger")))
|
||||
Assert.False(dangerAlert.Displayed, $"No alert should be displayed, but found this on {driver.Url}: {dangerAlert.Text}");
|
||||
}
|
||||
Assert.DoesNotContain("Access denied</h", driver.PageSource);
|
||||
Assert.DoesNotContain("- Denied</h", driver.PageSource);
|
||||
Assert.DoesNotContain("Page not found</h", driver.PageSource);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue