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:
Chirag
2022-10-19 13:48:07 +05:30
committed by GitHub
parent 35c49ff90c
commit 907f78e6ce
5 changed files with 170 additions and 78 deletions

View File

@@ -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']);