mirror of
https://github.com/tiennm99/coolify.git
synced 2026-09-05 12:16:52 +00:00
test(browser): cover resource settings persistence
This commit is contained in:
@@ -31,6 +31,15 @@ beforeEach(function () {
|
||||
Server::flushIdentityMap();
|
||||
});
|
||||
|
||||
function loginAndSkipBoarding(string $email = 'test@example.com', string $password = 'password'): mixed
|
||||
{
|
||||
return visit('/login')
|
||||
->fill('email', $email)
|
||||
->fill('password', $password)
|
||||
->click('Login')
|
||||
->click('Skip Setup');
|
||||
}
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Expectations
|
||||
|
||||
Reference in New Issue
Block a user