test(browser): cover resource settings persistence

This commit is contained in:
Andras Bacsai
2026-02-25 19:26:55 +01:00
parent f09bbb4a04
commit 37eac11df3
8 changed files with 294 additions and 153 deletions
+9
View File
@@ -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