Improve create first store view (#5181)

* Improve create first store view

Closes #5008.

* Fix tests
This commit is contained in:
d11n
2023-07-19 15:21:16 +02:00
committed by GitHub
parent 19d5e64063
commit 0017f236a7
6 changed files with 85 additions and 43 deletions

View File

@@ -393,6 +393,10 @@ namespace BTCPayServer.Tests
public void GoToHome()
{
Driver.Navigate().GoToUrl(ServerUri);
if (Driver.PageSource.Contains("id=\"SkipWizard\""))
{
Driver.FindElement(By.Id("SkipWizard")).Click();
}
}
public void Logout()