test(ivy): update root cause for @angular/core (#28046)
FW-822 is a delibrate breaking change so changing the status of the corresponding test from fixmeIvy to modifiedInIvy. PR Close #28046
This commit is contained in:
parent
afaea110c7
commit
3bafc002ae
|
@ -1315,7 +1315,7 @@ const TEST_COMPILER_PROVIDERS: Provider[] = [
|
|||
});
|
||||
|
||||
describe('multi directive order', () => {
|
||||
fixmeIvy('FW-822: Order of bindings to directive inputs different in ivy')
|
||||
modifiedInIvy('order of bindings to directive inputs is different in ivy')
|
||||
.it('should follow the DI order for the same element', fakeAsync(() => {
|
||||
const ctx = createCompFixture(
|
||||
'<div orderCheck2="2" orderCheck0="0" orderCheck1="1"></div>');
|
||||
|
|
Loading…
Reference in New Issue