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

fluent commands not retrying properly #48

Closed
abhinaba-ghosh opened this issue Sep 21, 2020 · 3 comments
Closed

fluent commands not retrying properly #48

abhinaba-ghosh opened this issue Sep 21, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@abhinaba-ghosh
Copy link
Owner

abhinaba-ghosh commented Sep 21, 2020

fluent commands are retrying only if there is an assertion with single commands. But, consecutive react() or getReact() not retrying themselves . Suppose:

cy.react('ABC').should('have.length', 1); // retrying

cy.react('XYZ').react('ABC').should('have.length', 1); //not-retrying the first react call if node not found
@issue-label-bot issue-label-bot bot added the bug Something isn't working label Sep 21, 2020
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.97. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@abhinaba-ghosh
Copy link
Owner Author

Depends on resq internal mechanism. Based on the decision taken here, this issue will be resolved.

@abhinaba-ghosh
Copy link
Owner Author

Commands are retrying properly in v2.1.0. If anyone finds the same issue, feel free to re-open the ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant