mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
refactor: updated test
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
This commit is contained in:
@@ -2528,6 +2528,7 @@ namespace BTCPayServer.Tests
|
|||||||
|
|
||||||
// Setup users and store
|
// Setup users and store
|
||||||
var employee = await s.RegisterNewUser();
|
var employee = await s.RegisterNewUser();
|
||||||
|
await s.GoToHome();
|
||||||
await s.Logout();
|
await s.Logout();
|
||||||
await s.GoToRegister();
|
await s.GoToRegister();
|
||||||
var owner = await s.RegisterNewUser(true);
|
var owner = await s.RegisterNewUser(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user