adjust property names in carrier template
This commit is contained in:
parent
a739479e22
commit
cce5e296c6
2 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ describe('freight carriers', () => {
|
|||
it('creates freight carrier', () => {
|
||||
cy.exec('npm run db:seed')
|
||||
cy.visit('/freight_carriers')
|
||||
cy.get('input[name=companyName]').type('test company')
|
||||
cy.get('input[name=company_name]').type('test company')
|
||||
cy.get('input[name=contact_person]').type('Joe Shmoe')
|
||||
cy.get('input[name=email]').type('joe@shmoe.com')
|
||||
cy.get('input[name=phone_number]').type('123456789')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue