(assert)
| 19 | } |
| 20 | |
| 21 | async function ensureVersionsExist(assert) { |
| 22 | await waitForSettled(); |
| 23 | await selectSearch('.select-container', '2'); |
| 24 | await settled(); |
| 25 | |
| 26 | assert.dom('.ember-power-select-options').exists({ count: 1 }); |
| 27 | assert.ok(findAll('.ember-power-select-options')[0].children.length > 1); |
| 28 | } |
| 29 | |
| 30 | module('Acceptance | Switch Project', function (hooks) { |
| 31 | setupApplicationTest(hooks); |
no test coverage detected