Skip to content

Commit

Permalink
Fix tests for chagneset-form select field
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Jul 16, 2021
1 parent bc934a8 commit 53f1620
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { module, test } from 'qunit';
import { setupRenderingTest } from 'ember-qunit';
import { render } from '@ember/test-helpers';
import { render, blur } from '@ember/test-helpers';
import hbs from 'htmlbars-inline-precompile';
import { Changeset } from 'ember-changeset';
import lookupValidator from 'ember-changeset-validations';
Expand Down Expand Up @@ -61,6 +61,7 @@ module(
.doesNotHaveTextContaining('Please select a Framework, not a language');

await selectChoose('.field-container', 'Ruby');
await blur('.field-container .ember-power-select-trigger');

assert
.dom('.field-container')
Expand Down

0 comments on commit 53f1620

Please sign in to comment.