dbalatero / cypress-plugin-stripe-elements

A small Cypress plugin that assists you in filling in Stripe Elements inputs
MIT License
37 stars 5 forks source link

Wait for input to be enabled to avoid iframe load race conditions #5

Closed KiaFarhang closed 3 years ago

KiaFarhang commented 3 years ago

Per discussion in #4 , updates the library to wait for Stripe input elements to be enabled before entering the type command. Also updates the README to note the environment variables that must be set when running tests.