mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
After login, redirect user to the main page even if root app configured (#3429)
This commit is contained in:
@@ -349,7 +349,7 @@ namespace BTCPayServer.Tests
|
||||
Driver.FindElement(By.Id("Nav-Logout")).Click();
|
||||
}
|
||||
|
||||
public void Login(string user, string password)
|
||||
public void LogIn(string user, string password)
|
||||
{
|
||||
Driver.FindElement(By.Id("Email")).SendKeys(user);
|
||||
Driver.FindElement(By.Id("Password")).SendKeys(password);
|
||||
|
||||
Reference in New Issue
Block a user