test(ivy): add root cause for failing hello world e2e tests (#28540)
PR Close #28540
This commit is contained in:
parent
d4add5428b
commit
2ea4f690e4
|
@ -11,7 +11,8 @@ import {browser} from 'protractor';
|
||||||
|
|
||||||
import {verifyNoBrowserErrors} from '../../../e2e_util/e2e_util';
|
import {verifyNoBrowserErrors} from '../../../e2e_util/e2e_util';
|
||||||
|
|
||||||
fixmeIvy('NullInjectorError: No provider for Renderer!').describe('hello world', function() {
|
fixmeIvy('FW-1032: Ivy doesn\'t support injecting Renderer, the deprecated renderer V1')
|
||||||
|
.describe('hello world', function() {
|
||||||
|
|
||||||
afterEach(verifyNoBrowserErrors);
|
afterEach(verifyNoBrowserErrors);
|
||||||
|
|
||||||
|
@ -32,7 +33,7 @@ fixmeIvy('NullInjectorError: No provider for Renderer!').describe('hello world',
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
function getComponentText(selector: string, innerSelector: string) {
|
function getComponentText(selector: string, innerSelector: string) {
|
||||||
return browser.executeScript(
|
return browser.executeScript(
|
||||||
|
|
Loading…
Reference in New Issue