@some-alias.all isn't working after upgrading to v6 #14174
Unanswered
gilm123
asked this question in
Questions and Help
Replies: 2 comments 1 reply
-
This will be supported in our next release. This syntax was fixed in this PR specifically: #9594 |
Beta Was this translation helpful? Give feedback.
1 reply
-
We hope to release on Monday Dec 21st
…Sent from my iPhone
On Dec 20, 2020, at 11:04, gilm123 ***@***.***> wrote:
This will be supported in our next release. This syntax was fixed in this PR specifically: #9594
thank you,
i wonder if i should downgrade or wait for the next release,
do you have any time estimation?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi, after upgrading to cypress 6.1.0, i noticed all of my tests that check intercept aliases with
.all
are failing.I'm able to see the xhr calls both at the "ROUTES" expander in the cypress window, and in the dev-tools network window, but when I'm querying the same alias with
.all
,for example,
cy.get("@some-alias.all")
it always returns undefined.what am i missing ? it used to work at v5
Beta Was this translation helpful? Give feedback.
All reactions