Skip to content

Commit

Permalink
Merge pull request #36 from eHealthAfrica/fix/user-edit-title-test
Browse files Browse the repository at this point in the history
fix: fix  test for new user title bug
  • Loading branch information
adeolabadmus authored Mar 9, 2017
2 parents 7575a2b + b7bbbc7 commit b751d50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/acceptance/users-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ test('create new user', function(assert) {
waitToAppear('.modal-dialog');
andThen(() => {
assert.equal(find('.modal-title').text(), 'User Saved', 'User was saved successfully');
assert.equal(find('.view-current-title').text(), 'Edit User', 'Page title changed to Edit User');
});
click('button:contains(Ok)');
});
Expand Down

0 comments on commit b751d50

Please sign in to comment.