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

Commit

Permalink
fix: fixed edit operative plan title test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chima1707 committed Mar 27, 2017
1 parent db469da commit 51a6c3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/acceptance/operative-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ test('Plan and report creation', function(assert) {
click('.modal-footer button:contains(Ok)');
});
andThen(() => {
assert.equal(find('.view-current-title').text(), 'Edit Operative Plan', 'Edit operative plan title is correct');
assert.equal(find(`.procedure-listing td.procedure-description:contains(${PROCEDURE_FIX_ARM})`).length, 1, 'Procedure from typeahead gets added to procedure list on save');
click('button:contains(Return)');
});
Expand Down

0 comments on commit 51a6c3e

Please sign in to comment.