Skip to content

Commit

Permalink
update-test
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchauhan2889 committed Nov 10, 2020
1 parent e4f0465 commit 7fe9527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ module('Integration | Component | unverified user message', function(hooks) {
});
this.set('isMailSent', false);
await render(hbs`{{unverified-user-message session=session authManager=authManager isMailSent=isMailSent}}`);
assert.dom(this.element).includesText('Your account is unverified. Please verify by clicking on the confirmation link that has been emailed to you.');
assert.dom(this.element).includesText('Your account functionality is limited. To get full access to all features you need to verify your email by clicking on the confirmation link that has been emailed to you.');
});
});

0 comments on commit 7fe9527

Please sign in to comment.