mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-19 23:28:23 -04:00
Refactor all tests to use shorter username (#420)
This commit is contained in:
@@ -201,7 +201,7 @@ public abstract class PlaywrightTest
|
||||
/// </summary>
|
||||
protected void SetRandomTestUserCredentials()
|
||||
{
|
||||
TestUserUsername = $"{Guid.NewGuid()}@test.com";
|
||||
TestUserUsername = $"{Guid.NewGuid().ToString()[..10]}@test.com";
|
||||
TestUserPassword = Guid.NewGuid().ToString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user