Skip to content

Commit 7e71e50

Browse files
committed
Merge branch 'feat/registry-submit-decision' of https://github.com/CenterForOpenScience/angular-osf into feat/registry-submit-decision
2 parents 6792c32 + dbf477e commit 7e71e50

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/app/core/components/nav-menu/nav-menu.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { ActivatedRoute } from '@angular/router';
77

88
import { NavMenuComponent } from './nav-menu.component';
99

10-
describe('NavMenuComponent', () => {
10+
describe.skip('NavMenuComponent', () => {
1111
let component: NavMenuComponent;
1212
let fixture: ComponentFixture<NavMenuComponent>;
1313

src/app/features/registry/components/registry-make-decision/registry-make-decision.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ComponentFixture, TestBed } from '@angular/core/testing';
22

33
import { RegistryMakeDecisionComponent } from './registry-make-decision.component';
44

5-
describe('RegistryMakeDecisionComponent', () => {
5+
describe.skip('RegistryMakeDecisionComponent', () => {
66
let component: RegistryMakeDecisionComponent;
77
let fixture: ComponentFixture<RegistryMakeDecisionComponent>;
88

src/app/features/registry/pages/registry-overview/registry-overview.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ export class RegistryOverviewComponent {
244244
this.router.navigateByUrl('/', { skipLocationChange: true }).then(() => {
245245
this.router.navigateByUrl(currentUrl);
246246
});
247-
// this.actions.getRegistryById(this.registry()?.id || '');
248247
}
249248
});
250249
}

0 commit comments

Comments
 (0)