get('/register'); $response ->assertOk() ->assertSeeVolt('pages.auth.register'); }); test('new users can register', function () { // Lernschiff does not support self-registration — users require a tenant_id. // Registration is handled by school admins. This test is skipped. $this->markTestSkipped('Self-registration is not supported in Lernschiff (tenant_id required).'); });