diff --git a/packages/zapp/console/src/components/Launch/LaunchForm/test/LaunchTaskForm.test.tsx b/packages/zapp/console/src/components/Launch/LaunchForm/test/LaunchTaskForm.test.tsx index c0beae57f..a492f6832 100644 --- a/packages/zapp/console/src/components/Launch/LaunchForm/test/LaunchTaskForm.test.tsx +++ b/packages/zapp/console/src/components/Launch/LaunchForm/test/LaunchTaskForm.test.tsx @@ -242,7 +242,7 @@ describe('LaunchForm: Task', () => { await waitFor(() => expect(submitButton).not.toBeDisabled()); }); - it('should show disable submit button if the value in input is invalid', async () => { + it('should show disabled submit button if the value in input is invalid', async () => { const { container, getByLabelText } = renderForm(); await waitFor(() => {}); diff --git a/packages/zapp/console/src/components/Launch/LaunchForm/test/LaunchWorkflowForm.test.tsx b/packages/zapp/console/src/components/Launch/LaunchForm/test/LaunchWorkflowForm.test.tsx index 19c69b2eb..7abe6393c 100644 --- a/packages/zapp/console/src/components/Launch/LaunchForm/test/LaunchWorkflowForm.test.tsx +++ b/packages/zapp/console/src/components/Launch/LaunchForm/test/LaunchWorkflowForm.test.tsx @@ -261,7 +261,7 @@ describe('LaunchForm: Workflow', () => { expect(submitButton).not.toBeDisabled(); }); - it('should show disable submit button if the value in input is invalid', async () => { + it('should show disabled submit button if the value in input is invalid', async () => { const { container, getByLabelText } = renderForm(); await waitFor(() => {});