test(platform-server): add root causes for TestBed tests failures (#27268)
PR Close #27268
This commit is contained in:
parent
b09e03b28d
commit
d62da4da12
|
@ -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(() => {
|
it('works with SVG elements', async(() => {
|
||||||
renderModule(SVGServerModule, {document: doc}).then(output => {
|
renderModule(SVGServerModule, {document: doc}).then(output => {
|
||||||
expect(output).toBe(
|
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(() => {
|
it('works with animation', async(() => {
|
||||||
renderModule(AnimationServerModule, {document: doc}).then(output => {
|
renderModule(AnimationServerModule, {document: doc}).then(output => {
|
||||||
expect(output).toContain('Works!');
|
expect(output).toContain('Works!');
|
||||||
|
|
Loading…
Reference in New Issue