diff --git a/cypress/integration/everything.test.ts b/cypress/integration/everything.test.ts index 2d43985..cbf4d69 100644 --- a/cypress/integration/everything.test.ts +++ b/cypress/integration/everything.test.ts @@ -1,10 +1,10 @@ import getFormValues from '../../src' import * as utils from '../../test/utils'; -describe('blank template', () => { +describe('everything template', () => { beforeEach(utils.setup('everything')) - it('should have blank form value', () => { + it('should have correct form values', () => { utils.test( (cy) => { cy.get('[name="first_name"]').type('John')