docs: fix error in e2e tests in /tutorial
This commit is contained in:
parent
c7a054fa31
commit
6ebb0246ab
@ -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 `<code-example>` elements with HTML escaped content', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user