adjust property names in carrier template

This commit is contained in:
Yisroel Baum 2025-11-10 11:18:12 +02:00
parent a739479e22
commit cce5e296c6
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 4 additions and 4 deletions

View file

@ -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')