From 6ebb0246ab3bd1a18b4d9bd846ba72079c473b66 Mon Sep 17 00:00:00 2001 From: Nicolas Molina Monroy Date: Thu, 26 Nov 2020 10:32:40 -0400 Subject: [PATCH] docs: fix error in e2e tests in /tutorial --- aio/tests/e2e/src/app.e2e-spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/tests/e2e/src/app.e2e-spec.ts b/aio/tests/e2e/src/app.e2e-spec.ts index dfbbd338e8..e9dd05c48a 100644 --- a/aio/tests/e2e/src/app.e2e-spec.ts +++ b/aio/tests/e2e/src/app.e2e-spec.ts @@ -87,7 +87,7 @@ describe('site App', function() { // Tutorial folder should still be expanded because this test runs in wide mode // Navigate to the tutorial introduction via a link in the sidenav page.click(page.getNavItem(/El Editor de Héroe/i)); - expect(page.getDocViewerText()).toMatch(/The hero editor/i); + expect(page.getDocViewerText()).toMatch(/El editor de Héroe/i); }); it('should render `{@example}` dgeni tags as `` elements with HTML escaped content', () => {