fix: Rename cancel button text to 'Back' in ImportReviewTable test

This commit is contained in:
Wikid82
2025-11-19 20:10:36 -05:00
parent a79fcee928
commit 2f0058083e

View File

@@ -96,7 +96,7 @@ describe('ImportReviewTable', () => {
/>
)
fireEvent.click(screen.getByText('Cancel'))
fireEvent.click(screen.getByText('Back'))
expect(mockOnCancel).toHaveBeenCalledOnce()
})