Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
billybonks committed Jun 18, 2016
1 parent ca941e2 commit f63f678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/invoices-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test('delete invoice', function(assert) {
waitToAppear('.modal-dialog');
});
andThen(() => {
assert.equal(find('.alert').text().trim(), 'Are you sure you wish to delete inv00001?', 'Invoice deletion confirm displays');
assert.equal(find('.alert').text().trim(), 'Are you sure you wish to delete <strong>inv00001</strong>?', 'Invoice deletion confirm displays');
});
click('button:contains(Delete):last');
waitToDisappear('.invoice-number:contains(inv00001)');
Expand Down

0 comments on commit f63f678

Please sign in to comment.