fix: Rename cancel button text to 'Back' in ImportReviewTable test
This commit is contained in:
@@ -96,7 +96,7 @@ describe('ImportReviewTable', () => {
|
||||
/>
|
||||
)
|
||||
|
||||
fireEvent.click(screen.getByText('Cancel'))
|
||||
fireEvent.click(screen.getByText('Back'))
|
||||
expect(mockOnCancel).toHaveBeenCalledOnce()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user