Skip to content
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

Merged
merged 3 commits into from
May 15, 2023
Merged

Yield submit and reset actions #136

merged 3 commits into from
May 15, 2023

Conversation

simonihmig
Copy link
Contributor

<HeadlessForm> yields submit (I thought we already had this, but apparently we did not) and reset actions (part of #117), that can be used in place of the native buttons.

@changeset-bot
Copy link

changeset-bot bot commented May 15, 2023

🦋 Changeset detected

Latest commit: da9f16c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
ember-headless-form Patch
docs-app Patch

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 () {
Copy link
Contributor Author

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?

Copy link
Contributor

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!

@github-actions
Copy link
Contributor

Preview URLs

Env: preview
Docs: https://84639267.ember-headless-form.pages.dev

@@ -153,4 +154,159 @@ module('Integration Component HeadlessForm > Reset', function (hooks) {
.doesNotExist('form.submissionState is resetted');
});
});

module('reset action', function () {
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants