dacort / cypress_type_repro

Reproduces cypress-io/cypress#5480

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress type() repro

Install cypress

npm install

Installs Cypress 5.2.0 and @testing-library/cypress.

Get Metabase up and running

docker run --rm -p 3000:3000 --name metabase metabase/metabase:v0.36.4

Run Cypress

$(npm bin)/cypress open

Run the type test

type_spec.js has both a failing and successful test case for typing into a field.

The test will provision your Metabase instance the first time you run it.

About

Reproduces cypress-io/cypress#5480


Languages

Language:JavaScript 100.0%