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

fix(603) - e2e stability improvement. cy -breaking up a chain #604

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

tplevko
Copy link
Contributor

@tplevko tplevko commented Jan 9, 2024

should improve e2e stability - related to #603

based on cy recommendation:

...

You can typically solve this by breaking up a chain. For example, rewrite:

> `cy.get('button').click().click()`

to

> `cy.get('button').as('btn').click()`
> `cy.get('@btn').click()`
...

@tplevko tplevko marked this pull request as ready for review January 9, 2024 11:00
@lordrip lordrip merged commit 713bd99 into KaotoIO:main Jan 9, 2024
10 checks passed
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.

2 participants