-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yield submit
and reset
actions
#136
Conversation
🦋 Changeset detectedLatest commit: da9f16c The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@@ -153,4 +154,159 @@ module('Integration Component HeadlessForm > Reset', function (hooks) { | |||
.doesNotExist('form.submissionState is resetted'); | |||
}); | |||
}); | |||
|
|||
module('reset action', function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is duplicating the same tests as for the reset button. Not sure if/how we should try to DRY this, but I thought for tests some duplication is ok, instead of trying to be too clever in tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for tests some duplication is ok, instead of trying to be too clever in tests
100% agree!
Preview URLsEnv: preview |
@@ -153,4 +154,159 @@ module('Integration Component HeadlessForm > Reset', function (hooks) { | |||
.doesNotExist('form.submissionState is resetted'); | |||
}); | |||
}); | |||
|
|||
module('reset action', function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for tests some duplication is ok, instead of trying to be too clever in tests
100% agree!
<HeadlessForm>
yieldssubmit
(I thought we already had this, but apparently we did not) andreset
actions (part of #117), that can be used in place of the native buttons.