Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update test wording
Browse files Browse the repository at this point in the history
  • Loading branch information
smason0 committed Oct 23, 2023
1 parent 912aff4 commit b3c8bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe('FlowsheetDataGrid', () => {
expect(wrapper).toMatchSnapshot();
});

it('replaces non-header blank, null, or undefined cell contents with a "No results" visual indicator and hidden text', () => {
it('replaces non-header empty, null, or "--" cell contents with a "No results" visual indicator and hidden text', () => {
const updatedDataFile = {
...dataFile,
rows: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ exports[`FlowsheetDataGrid renders the row header column as pinned and remaining
</div>
`;

exports[`FlowsheetDataGrid replaces non-header blank, null, or undefined cell contents with a "No results" visual indicator and hidden text 1`] = `
exports[`FlowsheetDataGrid replaces non-header empty, null, or "--" cell contents with a "No results" visual indicator and hidden text 1`] = `
<div
className="flowsheet-data-grid-container"
>
Expand Down

0 comments on commit b3c8bdf

Please sign in to comment.