diff --git a/aio/tests/e2e/src/api-pages.e2e-spec.ts b/aio/tests/e2e/src/api-pages.e2e-spec.ts index 07d68a9d969..f2ae8282de7 100644 --- a/aio/tests/e2e/src/api-pages.e2e-spec.ts +++ b/aio/tests/e2e/src/api-pages.e2e-spec.ts @@ -58,7 +58,7 @@ describe('Api pages', () => { }); it('should not show a "Properties" section if there are only internal properties', async () => { - await page.navigateTo('api/forms/FormControl'); + await page.navigateTo('api/forms/AsyncValidator'); expect(await page.getSection('instance-properties').isPresent()).toBe(false); });