refactor(router): fix several typos in router spec (#40626)
Fix a couple typos in router tests. PR Close #40626
This commit is contained in:
parent
ca0f6e6eed
commit
4b3106ed8a
|
@ -2740,7 +2740,7 @@ describe('Integration', () => {
|
||||||
})));
|
})));
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('should reset the location when cancleling a navigation', () => {
|
describe('should reset the location when cancelling a navigation', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
TestBed.configureTestingModule({
|
TestBed.configureTestingModule({
|
||||||
providers: [{
|
providers: [{
|
||||||
|
@ -3320,7 +3320,7 @@ describe('Integration', () => {
|
||||||
|
|
||||||
const cmp: RouteCmp = fixture.debugElement.children[1].componentInstance;
|
const cmp: RouteCmp = fixture.debugElement.children[1].componentInstance;
|
||||||
|
|
||||||
// Land on an inital page
|
// Land on an initial page
|
||||||
router.navigateByUrl('/d/1;dd=11/e/2;dd=22');
|
router.navigateByUrl('/d/1;dd=11/e/2;dd=22');
|
||||||
advance(fixture);
|
advance(fixture);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue