From b7b9f8c46459c59fc1f432104db26247bd0dfa6d Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Sat, 27 Apr 2019 15:24:39 -0300 Subject: [PATCH] Require cypress plugin retries --- cypress/cypress/support/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/cypress/support/index.js b/cypress/cypress/support/index.js index d68db96df..a24e4442d 100644 --- a/cypress/cypress/support/index.js +++ b/cypress/cypress/support/index.js @@ -15,6 +15,6 @@ // Import commands.js using ES2015 syntax: import './commands' - +require('cypress-plugin-retries') // Alternatively you can use CommonJS syntax: // require('./commands')