Skip to content

Commit

Permalink
Moved popover tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikep86 committed Dec 8, 2023
1 parent e8f094c commit 3a3ba93
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ describe('InferencePipelineCard', () => {
const badge = wrapper.find(MLModelTypeBadge).render();
expect(badge.text()).toBe('ner');
});
});

describe('TrainedModelHealthPopover', () => {
beforeEach(() => {
jest.clearAllMocks();
setMockValues(mockValues);
});
it('popover renders fix button when model not deployed', () => {
const values = {
...DEFAULT_VALUES,
Expand Down

0 comments on commit 3a3ba93

Please sign in to comment.