Skip to content

Commit 583ec14

Browse files
committed
Use forEach for both fixtures
1 parent 26fbce7 commit 583ec14

File tree

2 files changed

+61
-513
lines changed

2 files changed

+61
-513
lines changed

Diff for: tests/acceptance/search-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module('Acceptance | search', function (hooks) {
3939

4040
await selectChoose('.ember-power-select-trigger', '4.1');
4141

42-
await fillIn('[data-test-search-input]', 'get');
42+
await fillIn('[data-test-search-input]', 'forEach');
4343

4444
// the url contains /ember/4.1/
4545
assert.dom('[data-test-search-result]').hasAttribute('href', /\/ember\/4\.1\//);

0 commit comments

Comments
 (0)