Skip to content

Commit

Permalink
Attempt flaky onCreate test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhluska committed Oct 3, 2018
1 parent 89dabd1 commit a567dd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/components/ember-popper/action-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ if (hasEmberVersion(1, 13)) {
`);

return wait()
.then(() => triggerEvent(document.querySelector('body'), 'scroll'))
.then(() => wait())
.then(() => assert.equal(called, 1, 'onCreate action has been called'));
});

Expand Down

0 comments on commit a567dd9

Please sign in to comment.