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

Add Support for Wait For Element Step #61

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Who-Code
Copy link

Currently Wait For Element Steps from Chromes .json are not generated in the cypress test file.

This PR adds the basic functionality by generating .should('be.visible') including a timeout for the selector.

@CLAassistant
Copy link

CLAassistant commented Feb 22, 2024

CLA assistant check
All committers have signed the CLA.

@cypress-app-bot
Copy link

@jennifer-shehane jennifer-shehane added the enhancement New feature or request label Feb 22, 2024
@11joselu
Copy link

11joselu commented May 8, 2024

Any news on this?

@Who-Code first of all, thanks for adding it!. Then maybe you can clean your commits, because this project use yarn and there are already a yarn.lock file, that's means you can remove your package-lock.json, then there is console.log at line console.dir(step); 🙏🏽

And I do not know if you need to mark this PR as a Ready for Review

@jennifer-shehane
Copy link
Member

@Who-Code Thanks for the contribution. I'll see if someone has time to look at this next sprint.

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

Successfully merging this pull request may close these issues.

5 participants