Skip to content

Commit

Permalink
fix(storybook): re-enable angular e2e build test
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini committed Aug 22, 2023
1 parent c479a54 commit e70a787
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions e2e/storybook-angular/src/storybook-angular.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ describe('Storybook executors for Angular', () => {
p.kill();
}, 200_000);

// TODO(@mandarini): reenable test after debugging flakiness
xit('shoud build an Angular based storybook', () => {
runCLI(`run ${angularStorybookLib}:build-storybook --verbose`);
it('shoud build an Angular based storybook', () => {
runCLI(`run ${angularStorybookLib}:build-storybook`);
checkFilesExist(`dist/storybook/${angularStorybookLib}/index.html`);
}, 200_000);
}, 300_000);
});
});

0 comments on commit e70a787

Please sign in to comment.