Explorar el Código

Rename everything test

Use correct description.
master
TheoryOfNekomata hace 3 años
padre
commit
124e107754
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      cypress/integration/everything.test.ts

+ 2
- 2
cypress/integration/everything.test.ts Ver fichero

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


Cargando…
Cancelar
Guardar