We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5d4e6 commit a44a221Copy full SHA for a44a221
1 file changed
src/taxonomy/tree-table/TableView.test.tsx
@@ -48,6 +48,7 @@ describe('TableView', () => {
48
it('shows and dismisses save error banner', () => {
49
const props = baseProps();
50
props.createRowMutation = { isPending: false, isError: true };
51
+ props.draftError = 'Request failed with status code 500';
52
53
render(<TableView {...props} />, { wrapper });
54
0 commit comments