Skip to content

Commit

Permalink
Update error copy based on new section title
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 committed Jun 8, 2021
1 parent 3740428 commit c90440c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ context('Reservoirs', () => {

it('tests volume', () => {
cy.get("input[name='wellVolume']").focus().blur()
cy.contains('Max volume per well must be a number').should('exist')
cy.contains('Volume must be a number').should('exist')
cy.get("input[name='wellVolume']").type('250').blur()
cy.contains('Max volume per well must be a number').should('not.exist')
cy.contains('Volume must be a number').should('not.exist')
})

describe('Well shape tests', () => {
Expand Down

0 comments on commit c90440c

Please sign in to comment.