Skip to content

Commit

Permalink
NAS-128883: Porting jbof and set enclosure label dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
undsoft committed May 10, 2024
1 parent b70e3a0 commit 1b271c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --runInBand",
"test:pr": "yarn run check-env -s && echo 'Setting up temporary environment file...\\n' && yarn run ui remote -i 'headless.local' && jest --coverage --maxWorkers=2 src/app/pages/system/enclosure",
"test:pr": "yarn run check-env -s && echo 'Setting up temporary environment file...\\n' && yarn run ui remote -i 'headless.local' && jest --verbose --coverage --maxWorkers=2 src/app/pages/system/enclosure",
"test:changed": "node scripts/test_changed.js",
"lint": "ng lint && stylelint 'src/**/*.scss' && markuplint 'src/**/*.html'",
"lint:fix": "ng lint --fix && stylelint --fix 'src/**/*.scss' && markuplint --fix 'src/**/*.html'",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ describe('EnclosureDashboardComponent', () => {
beforeEach(() => {
});

it.skip('initializes store when component is initialized', () => {
it('initializes store when component is initialized', () => {
spectator = createComponent();
loader = TestbedHarnessEnvironment.loader(spectator.fixture);
expect(spectator.inject(EnclosureStore).initiate).toHaveBeenCalled();
console.info('end of first case');
});

it('opens edit dialog when Edit Label is pressed', async () => {
Expand Down

0 comments on commit 1b271c7

Please sign in to comment.