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

Internal: Upgrade ember-qunit to v5 #615

Merged
merged 1 commit into from
Oct 26, 2021
Merged

Internal: Upgrade ember-qunit to v5 #615

merged 1 commit into from
Oct 26, 2021

Conversation

SergeAstapov
Copy link
Contributor

Just an internal clean up.
Aligns with the latest Ember CLI addon blueprint and modernizes addon setup (I would guess ember-qunit@5 will become hard requirement at some point).

@@ -19,10 +19,6 @@ module('Integration | Component | changeset-form', function (hooks) {

assert.true(find('[data-test-submit]').disabled, 'button disabled due to invalid email');

// submit - disabled until fill in proper email
await click('[data-test-submit]');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clicking on disabled button does not have any effect and actually throws with latest @ember/test-helpers

@snewcomer snewcomer merged commit dec0df2 into adopted-ember-addons:master Oct 26, 2021
@SergeAstapov SergeAstapov deleted the ember-qunit-5 branch October 26, 2021 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants