Improve create first store case (#4951)

This commit is contained in:
d11n
2023-05-10 11:18:29 +02:00
committed by GitHub
parent 2c26b77afc
commit 541b6cf9eb
7 changed files with 39 additions and 36 deletions

View File

@@ -180,7 +180,7 @@ namespace BTCPayServer.Tests
{
Driver.FindElement(By.Id("StoreSelectorToggle")).Click();
}
Driver.WaitForElement(By.Id("StoreSelectorCreate")).Click();
GoToUrl("/stores/create");
var name = "Store" + RandomUtils.GetUInt64();
TestLogs.LogInformation($"Created store {name}");
Driver.WaitForElement(By.Id("Name")).SendKeys(name);