Skip to content

Commit

Permalink
feat: add miss display words
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <[email protected]>
  • Loading branch information
wanglam committed Aug 2, 2023
1 parent 38634fa commit 45008f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ describe('<DeployedModelTable />', () => {
expect(within(cells[2] as HTMLElement).getByText('on 3 of 3 nodes')).toBeInTheDocument();
});

it('should source name at third column', () => {
it('should display source name at third column', () => {
const columnIndex = 2;
setup();
const header = screen.getAllByRole('columnheader')[columnIndex];
Expand Down

0 comments on commit 45008f4

Please sign in to comment.