We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e464935 + 9ea13f5 commit 6903ba9Copy full SHA for 6903ba9
guides/v3.5.0/testing/testing-components.md
@@ -247,7 +247,7 @@ external action is called:
247
```javascript {data-filename="tests/integration/components/comment-form-test.js"}
248
import { module, test } from 'qunit';
249
import { setupRenderingTest } from 'ember-qunit';
250
-import { fillIn, render } from '@ember/test-helpers';
+import { click, fillIn, render } from '@ember/test-helpers';
251
import hbs from 'htmlbars-inline-precompile';
252
253
module('Integration | Component | comment form', function(hooks) {
0 commit comments