Skip to content

Commit

Permalink
fix(invoice): remove faulty test
Browse files Browse the repository at this point in the history
This commit removes the faulty test from the invoice creation.
  • Loading branch information
Jonathan Niles committed Mar 21, 2017
1 parent 6dc4fd7 commit ddbe225
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/end-to-end/patient/invoice/invoice.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ describe('Patient Invoice', () => {

// make sure the "add rows" button is still disabled
expect(page.btns.add.isEnabled(), 'The add rows button is not disabled').to.eventually.equal(false);

// make sure the "clear" button is disabled
expect(page.btns.clear.isEnabled(), 'The clear button is not disabled').to.eventually.equal(false);
});

it('blocks submission for an invalid grid', () => {
Expand Down

0 comments on commit ddbe225

Please sign in to comment.