瀏覽代碼

Rename everything test

Use correct description.
master
TheoryOfNekomata 3 年之前
父節點
當前提交
124e107754
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      cypress/integration/everything.test.ts

+ 2
- 2
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')


Loading…
取消
儲存