From b47c78ac60c83d41d4118971278bfc9c830febaa Mon Sep 17 00:00:00 2001 From: Olga Nad Date: Wed, 7 Sep 2022 10:57:34 -0500 Subject: [PATCH] fix: spelling typo Signed-off-by: Olga Nad --- .../components/Launch/LaunchForm/test/LaunchTaskForm.test.tsx | 2 +- .../Launch/LaunchForm/test/LaunchWorkflowForm.test.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(() => {});