From 44ea80b7975e1b9e5ce5cd4a2f9c375bd8b627b6 Mon Sep 17 00:00:00 2001 From: Aric Thorn Date: Thu, 16 Nov 2017 10:05:17 +1300 Subject: [PATCH] docs(forms): Custom Validator example selector name incorrect. (#20464) Added bobby e2e test for template form. Fixes: #20206 PR Close #20464 --- aio/content/examples/form-validation/e2e/app.e2e-spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/aio/content/examples/form-validation/e2e/app.e2e-spec.ts b/aio/content/examples/form-validation/e2e/app.e2e-spec.ts index 4d24eedb7a..8956ace183 100644 --- a/aio/content/examples/form-validation/e2e/app.e2e-spec.ts +++ b/aio/content/examples/form-validation/e2e/app.e2e-spec.ts @@ -15,6 +15,7 @@ describe('Form Validation Tests', function () { }); tests('Template-Driven Form'); + bobTests(); }); describe('Reactive form', () => {