D7783 login & register page opnform (#16)
* login & register new UI * checkbox-input support for label as slot * test case changes
This commit is contained in:
@@ -10,6 +10,7 @@ it('can register', function () {
|
||||
'hear_about_us' => 'google',
|
||||
'password' => 'secret',
|
||||
'password_confirmation' => 'secret',
|
||||
'agree_terms' => true
|
||||
])
|
||||
->assertSuccessful()
|
||||
->assertJsonStructure(['id', 'name', 'email']);
|
||||
|
||||
Reference in New Issue
Block a user