We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda125b commit 72eac23Copy full SHA for 72eac23
cypress/plugins/index.js
@@ -15,7 +15,7 @@
15
/**
16
* @type {Cypress.PluginConfig}
17
*/
18
-module.exports = (on, config) => {
+module.exports = () => {
19
// `on` is used to hook into various events Cypress emits
20
// `config` is the resolved Cypress config
21
};
cypress/support/init-seed.js
@@ -1,4 +1,4 @@
1
-Cypress.Commands.add('seedAndVisit', (seedData) => {
+Cypress.Commands.add('seedAndVisit', () => {
2
cy.visit('/');
3
cy.get('.CodeMirror')
4
.first()
0 commit comments