mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-12 01:34:34 +01:00
Test fix
This commit is contained in:
committed by
Andrew Camilleri
parent
d7dc70c679
commit
56c8e43ce8
@@ -221,7 +221,6 @@ namespace BTCPayServer.Tests
|
||||
|
||||
//let's test delete user quickly while we're at it
|
||||
s.GoToProfile();
|
||||
s.Driver.FindElement(By.Id("danger-zone-expander")).Click();
|
||||
s.Driver.FindElement(By.Id("delete-user")).Click();
|
||||
s.Driver.WaitForElement(By.Id("ConfirmInput")).SendKeys("DELETE");
|
||||
s.Driver.FindElement(By.Id("ConfirmContinue")).Click();
|
||||
|
||||
Reference in New Issue
Block a user