Verifying presence of wallet warning on store list

This commit is contained in:
rockstardev
2020-10-17 15:53:07 -05:00
parent be9cc41957
commit d90fcf15bd
3 changed files with 14 additions and 6 deletions

View File

@@ -228,7 +228,11 @@ namespace BTCPayServer.Tests
Driver.FindElement(By.Id("Email")).SendKeys(user);
Driver.FindElement(By.Id("Password")).SendKeys(password);
Driver.FindElement(By.Id("LoginButton")).Click();
}
public void GoToStores()
{
Driver.FindElement(By.Id("Stores")).Click();
}
public void GoToStore(string storeId, StoreNavPages storeNavPage = StoreNavPages.Index)