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:

committed by
Miško Hevery

parent
e94975d109
commit
3444aee5da
@ -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';
|
||||
|
Reference in New Issue
Block a user