test(ivy): add root cause for failing hello world e2e tests (#28540)

PR Close #28540
This commit is contained in:
Marc Laval 2019-02-05 14:24:19 +01:00 committed by Matias Niemelä
parent d4add5428b
commit 2ea4f690e4
1 changed files with 18 additions and 17 deletions

View File

@ -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(