Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Mar 23, 2017
1 parent 2589537 commit 5f0fca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/usage-in-acceptance-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test('Usage using `waitUntil` to test unsettled state', async function(assert) {
fillIn('.signup-example-form__password-confirmation', '123123');
let submitPromise = click('.signup-example-form__submit-btn');

waitUntil(() => find('.dashbord-loading-substate-header'));
await waitUntil(() => find('.dashbord-loading-substate-header'));
assert.equal(find('.dashbord-loading-substate-header').textContent.trim(), 'Loading data for your dashboard. Please be patient.');

await submitPromise;
Expand Down

0 comments on commit 5f0fca8

Please sign in to comment.