From d62da4da126ed1da890832a1824d679df954bb04 Mon Sep 17 00:00:00 2001 From: Olivier Combe Date: Mon, 26 Nov 2018 13:37:55 +0100 Subject: [PATCH] test(platform-server): add root causes for TestBed tests failures (#27268) PR Close #27268 --- packages/platform-server/test/integration_spec.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/platform-server/test/integration_spec.ts b/packages/platform-server/test/integration_spec.ts index a4fa2291fb..544d08f453 100644 --- a/packages/platform-server/test/integration_spec.ts +++ b/packages/platform-server/test/integration_spec.ts @@ -580,7 +580,7 @@ class HiddenModule { }); }))); - fixmeIvy('to investigate') && + fixmeIvy('FW-672: SVG xlink:href is sanitized to :xlink:href (extra ":")') && it('works with SVG elements', async(() => { renderModule(SVGServerModule, {document: doc}).then(output => { expect(output).toBe( @@ -590,7 +590,8 @@ class HiddenModule { }); })); - fixmeIvy('to investigate') && + fixmeIvy( + `FW-643: Components with animations throw with "Failed to execute 'setAttribute' on 'Element'`) && it('works with animation', async(() => { renderModule(AnimationServerModule, {document: doc}).then(output => { expect(output).toContain('Works!');