diff --git a/.gitignore b/.gitignore
index 4d29575..eabfa55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
# testing
/coverage
+/cypress/videos
# production
/build
diff --git a/cypress/plugins/index.js b/cypress/plugins/index.js
index 59b2bab..7933573 100644
--- a/cypress/plugins/index.js
+++ b/cypress/plugins/index.js
@@ -1,22 +1,23 @@
-///
-// ***********************************************************
-// This example plugins/index.js can be used to load plugins
+// ///
+// // ***********************************************************
+// // This example plugins/index.js can be used to load plugins
+// //
+// // You can change the location of this file or turn off loading
+// // the plugins file with the 'pluginsFile' configuration option.
+// //
+// // You can read more here:
+// // https://on.cypress.io/plugins-guide
+// // ***********************************************************
//
-// You can change the location of this file or turn off loading
-// the plugins file with the 'pluginsFile' configuration option.
+// // This function is called when a project is opened or re-opened (e.g. due to
+// // the project's config changing)
//
-// You can read more here:
-// https://on.cypress.io/plugins-guide
-// ***********************************************************
-
-// This function is called when a project is opened or re-opened (e.g. due to
-// the project's config changing)
-
-/**
- * @type {Cypress.PluginConfig}
- */
-// eslint-disable-next-line no-unused-vars
-module.exports = (on, config) => {
- // `on` is used to hook into various events Cypress emits
- // `config` is the resolved Cypress config
-}
+// /**
+// * @type {Cypress.PluginConfig}
+// */
+// // eslint-disable-next-line no-unused-vars
+// module.exports = (on, config) => {
+// // `on` is used to hook into various events Cypress emits
+// // `config` is the resolved Cypress config
+// return config
+// }
diff --git a/package-lock.json b/package-lock.json
index 0fdc488..d7c66a5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
- "node": "^17.3.1",
+ "node": "^16.13.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
@@ -5098,9 +5098,9 @@
}
},
"node_modules/caniuse-lite": {
- "version": "1.0.30001299",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz",
- "integrity": "sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw==",
+ "version": "1.0.30001309",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001309.tgz",
+ "integrity": "sha512-Pl8vfigmBXXq+/yUz1jUwULeq9xhMJznzdc/xwl4WclDAuebcTHVefpz8lE/bMI+UN7TOkSSe7B7RnZd6+dzjA==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
@@ -20964,9 +20964,9 @@
}
},
"caniuse-lite": {
- "version": "1.0.30001299",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz",
- "integrity": "sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw=="
+ "version": "1.0.30001309",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001309.tgz",
+ "integrity": "sha512-Pl8vfigmBXXq+/yUz1jUwULeq9xhMJznzdc/xwl4WclDAuebcTHVefpz8lE/bMI+UN7TOkSSe7B7RnZd6+dzjA=="
},
"case-sensitive-paths-webpack-plugin": {
"version": "2.4.0",