Skip to content

Commit

Permalink
rollback skipped tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs committed Oct 25, 2023
1 parent 61fc333 commit a299ee0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ describe('QueryBuilderModal', () => {
expect(screen.getByText(/testText/)).toBeVisible();
});

it.skip('should show progress table when form valid and testQuery button clicked', async () => {
it('should show progress table when form valid and testQuery button clicked', async () => {
renderQueryBuilderModal({});

await waitFor(() => {
Expand All @@ -183,7 +183,7 @@ describe('QueryBuilderModal', () => {
});
});

it.skip('should show banner if limit is exceeded', async () => {
it('should show banner if limit is exceeded', async () => {
renderQueryBuilderModal({
recordsLimit: 1,
});
Expand Down

0 comments on commit a299ee0

Please sign in to comment.