Turbo does not work with remote Cypress Dashboard #22841
nilesmc
started this conversation in
Cypress Cloud
Replies: 1 comment
-
I also tried a version of the select above w an event listener:
|
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
-
Im using Turbo an a page w a simple select.
The AC is:
When the user selects a year, the results for the year should appear.
I've got a super simple stimulus controller I added to try to make sure caching is not an issue:
Ive written an overwrite for select to work with Turbo events in command.js.
I am calling the select method in this context:
The test passes 100/100 times locally, but is only sucesful 1/4 - 1/3 runs on Cypress Dashboard...
Giving the following error:
Ive tried just about everyhting I can think of... This seems like it should work.
Does anyone have any ideas why this is timing out? Is there something missing my configuration? Is there anyone out there that has had success w e2e / integration tests like this w Turbo?
Beta Was this translation helpful? Give feedback.
All reactions