Hack selenium

This commit is contained in:
nicolas.dorier
2019-05-14 19:27:26 +09:00
parent fac546cc0b
commit 186ed8beb2
2 changed files with 10 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ namespace BTCPayServer.Tests
{
try
{
Assert.NotNull(driver.FindElement(By.ClassName("navbar-brand")));
Assert.NotEmpty(driver.FindElements(By.ClassName("navbar-brand")));
}
catch
{