Skip to content

Commit

Permalink
remove only from unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jadmsaadaot committed Jul 10, 2023
1 parent 41ce895 commit 4d8417b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ describe('Engagement form page tests', () => {
expect(screen.getByText('Add Survey')).toBeDisabled();
});

test.only('Can move to settings tab', async () => {
test('Can move to settings tab', async () => {
useParamsMock.mockReturnValue({ engagementId: '1' });
getEngagementMock.mockReturnValueOnce(
Promise.resolve({
Expand Down

0 comments on commit 4d8417b

Please sign in to comment.