Skip to content

Commit d7c986a

Browse files
authored
Merge pull request #493 from CrowdStrike/test-typo-fix
Fix minor typo in test
2 parents 3949223 + ef92b93 commit d7c986a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/tests/integration/components/toucan-form/async-toucan-form-test.gts

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ module('Integration Component ToucanForm > Async state', function (hooks) {
309309
assert
310310
.dom('[data-test-submission-state]')
311311
.doesNotExist(
312-
'form.submissionStatenis not present until validation has finished'
312+
'form.submissionState is not present until validation has finished'
313313
);
314314

315315
await waitFor('[data-test-submission-state]');

0 commit comments

Comments
 (0)