refactor: updated test

Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
This commit is contained in:
Abhijay007
2025-11-13 10:57:28 +00:00
parent da53f3a580
commit f26f42ba05

View File

@@ -2528,6 +2528,7 @@ namespace BTCPayServer.Tests
// Setup users and store
var employee = await s.RegisterNewUser();
await s.GoToHome();
await s.Logout();
await s.GoToRegister();
var owner = await s.RegisterNewUser(true);