We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187b7b4 commit 2fe38ccCopy full SHA for 2fe38cc
aio/tests/e2e/src/app.e2e-spec.ts
@@ -239,6 +239,8 @@ describe('site App', function() {
239
/* tslint:disable:max-line-length */
240
expect(page.ghLinks.get(0).getAttribute('href'))
241
.toMatch(/https:\/\/github\.com\/angular\/angular\/edit\/master\/aio\/content\/guide\/http\.md\?message=docs%3A%20describe%20your%20change\.\.\./);
242
+ // TODO(gkalpak): This test often times out with Ivy (because loading `guide/http` takes a lot of time).
243
+ // Remove the timeout once the performance issues have been fixed.
244
}, 60000);
245
246
it('should not be present on top level pages', () => {
0 commit comments