Sfoglia il codice sorgente

Rename everything test

Use correct description.
master
parent
commit
124e107754
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      cypress/integration/everything.test.ts

+ 2
- 2
cypress/integration/everything.test.ts Vedi File

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


Caricamento…
Annulla
Salva