Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-chaurasiya committed Jan 25, 2024
1 parent 2d70857 commit c46dee8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,6 @@ describe('Test IngestionRecentRun component', () => {
});

expect(await findByRole(document.body, 'dialog')).toBeInTheDocument();
expect(
await screen.findByText(
'Run status: Partial Success at Jan 20, 1970, 12:38 PM'
)
).toBeInTheDocument();

expect(await screen.findByText(/Source/)).toBeInTheDocument();

Expand Down

0 comments on commit c46dee8

Please sign in to comment.