Skip to content

Commit

Permalink
fix: spelling typo
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Nad <[email protected]>
  • Loading branch information
olga-union committed Sep 7, 2022
1 parent eb1ee0f commit b47c78a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {});

Expand Down

0 comments on commit b47c78a

Please sign in to comment.