test(upgrade): update test failure cause descriptions (#27660)

The changes here clarify that we now have a better description
of the root cause of the failure.

PR Close #27660
This commit is contained in:
Pete Bacon Darwin
2018-12-14 10:31:14 +00:00
committed by Miško Hevery
parent e94975d109
commit 3444aee5da
2 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,7 @@ withEachNg1Version(() => {
beforeEach(() => destroyPlatform());
afterEach(() => destroyPlatform());
fixmeIvy('FW-716: Error: [$rootScope:inprog] $digest already in progress')
fixmeIvy('FW-715: ngOnChanges being called a second time unexpectedly')
.it('should bind properties, events', async(() => {
const ng1Module = angular.module('ng1', []).run(($rootScope: angular.IScope) => {
$rootScope['name'] = 'world';