Skip to content

Commit

Permalink
Fix unit tests for page header
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <wonglam@amazon.com>
  • Loading branch information
wanglam committed Aug 12, 2024
1 parent b180d86 commit 8479c3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('<MonitoringPageHeader />', () => {

expect(setBreadcrumbsMock).toHaveBeenCalledWith([
{
text: 'AI Models(2)',
text: 'AI models (2)',
},
]);
expect(screen.getByLabelText('set refresh interval')).toBeInTheDocument();
Expand Down

0 comments on commit 8479c3d

Please sign in to comment.