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

test(astro): Fix Astro 4 e2e test #14816

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Dec 20, 2024

In our Astro-4 E2E test app, Astro's Node adapter was pinned to a bad version that didn'T work correctly with newer Astro versions. We pinned the Astro version a while ago in #14030 to unblock CI but looks like we just didn't follow up with investigating what caused the issue back then.

This came up again when dependabot tried to bump the Astro version in #14781 and #14807 and as a result #14808 was opened.

This PR now

closes #14808

@Lms24 Lms24 self-assigned this Dec 20, 2024
@Lms24 Lms24 requested review from lforst and AbhiPrasad December 20, 2024 11:38
@Lms24 Lms24 changed the title test(astro): Fix astro 4 e2e test test(astro): Fix Astro 4 e2e test Dec 20, 2024
@Lms24 Lms24 merged commit 8f5de3e into develop Dec 20, 2024
129 checks passed
@Lms24 Lms24 deleted the lms/test-astro-fix-astro-4-e2e-test branch December 20, 2024 12:29
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.

Astro 4 e2e tests seems to fail for astro 4.16.17+
2 participants