Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Cypress.Commands.overwriteQuery when adding a command that already exists #256

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mohsen1
Copy link

@mohsen1 mohsen1 commented May 25, 2023

We're running to similar issues reported here #238

Some commands already exists in the Cypress namespace. To make this library future proof, I'm using the override API to override commands if Cypress adds similarly named commands to list of its commands.

In our case we ran into issues for the findAllByLabelText command.

  • Documentation
  • Tests
  • Ready to be merged

@FaelCaporali-brickup
Copy link

please release it! multiple problem solver

@preslavpetkov
Copy link

Do you need any help with this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants