This commit is contained in:
nicolas.dorier 2022-01-28 22:51:12 +09:00
parent 52fe374aaa
commit 254e8d48f2
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -55,6 +55,7 @@ namespace BTCPayServer.Tests
s.Driver.FindElement(By.Id("Nav-ServerSettings")).Click();
s.Driver.AssertNoError();
s.ClickOnAllSectionLinks();
s.Driver.FindElement(By.Id("Nav-ServerSettings")).Click();
s.Driver.FindElement(By.LinkText("Services")).Click();
TestLogs.LogInformation("Let's check if we can access the logs");