Skip to content

Commit

Permalink
chore: add comment on text case
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Campos committed Jun 19, 2024
1 parent d764882 commit 94dec24
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ describe('Opening Screen Data table component test', () => {
);

const tableSelectionRow: HTMLElement | null = queryByTestId('checkbox__opening-screen-data-table_1');
// here...
// The next line should be "not.toBeNull()" however, Carbon React team forgot to add data-testid
// attribute to this component (TableSelectRow), making it impossible to get by testid value.
// Once we have that fixed, please get back here and update the next statement.
expect(tableSelectionRow).toBeNull();
});
});

0 comments on commit 94dec24

Please sign in to comment.