Skip to content

Commit

Permalink
chore(commands index file): update deprication warning content
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 committed Nov 25, 2020
1 parent aed4b3a commit d85e954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cypress-commands/src/index.js
Expand Up @@ -15,7 +15,7 @@ export { enableAutoLogin } from './setups/enableAutoLogin'

// backward compatibility
export const registerCommands = () => {
cy.log('The usage of `registerCommands` has been depricated')
cy.log('This function does nothing anymore and can be removed')
cy.log('Commands are registered automatically')
cy.log('The usage of `registerCommands` has been deprecated')
cy.log('It is now a no-op')
cy.log('commands are registered automatically.')
}

0 comments on commit d85e954

Please sign in to comment.