docs(forms): Custom Validator example selector name incorrect. (#20464)
Added bobby e2e test for template form. Fixes: #20206 PR Close #20464
This commit is contained in:
parent
cd4c0eab94
commit
7e928db204
|
@ -15,6 +15,7 @@ describe('Form Validation Tests', function () {
|
|||
});
|
||||
|
||||
tests('Template-Driven Form');
|
||||
bobTests();
|
||||
});
|
||||
|
||||
describe('Reactive form', () => {
|
||||
|
|
Loading…
Reference in New Issue