-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Bug] 3.24.2: href
missing from links in rendering tests
#19408
Comments
This regression should be fixed by #19395 once we have a release out |
What about 3.25.1? |
@xg-wang great, thanks. must've missed that PR when I searched for related issues 🙈 |
@boris-petrov - Both 3.24 and 3.25 should have patch releases with the fix. There are a number of regressions that I'm trying to coalesce into a patch release (for both), will try to do releases either tomorrow or Wednesday with whatever has landed by then. |
Same here. 3.24.1 works fine were as 3.24.2 breaks the tests, 3.25.1 breaks as well. |
👋 Same issue with |
I just tried with |
Hmm, that is odd. We have explicit tests for this over in #19395. @esbanarango - Do you have a basic reproduction? @xg-wang - Mind taking a look? |
Other than the report above (for 3.26.0-beta.3) the fixes have been released for 3.24.3 and 3.25.3. Leaving this open so we can investigate @esbanarango's report above (if correct we will need further fixes for 3.24 + 3.25). |
This should have been fixed by new releases today. I just reran the super-rental-tutorial ember-learn/super-rentals-tutorial#176 |
@xg-wang @rwjblue The issue I was having is actually related with https://github.com/buschtoens/ember-link buschtoens/ember-link#554 So I think we can close this. |
🐞 Describe the Bug
In a rendering test that calls
this.owner.setupRouter()
thehref
of aLinkTo
component could be tested in 3.24.1 and below, but with 3.24.2 this no longer works and thehref
is missing.🔬 Minimal Reproduction
😕 Actual Behavior
🤔 Expected Behavior
🌍 Environment
/cc @rwjblue @xg-wang
The text was updated successfully, but these errors were encountered: