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(e2e): fix e2e test caching issue #5763

Merged
merged 3 commits into from
Feb 15, 2024
Merged

test(e2e): fix e2e test caching issue #5763

merged 3 commits into from
Feb 15, 2024

Conversation

binoy14
Copy link
Contributor

@binoy14 binoy14 commented Feb 15, 2024

Description

With migrating to pnpm we by mistake enabled turbo build for e2e testing studio which caused an issue where the build was cached until a new remote cache was enabled. This posed a problem as the cache dataset would not match the dataset in the test causing failure. This changes the process to not use turbo for building the testing studio.

Also fixes the cleanup script to install pnpm so it does not fail

What to review

Changes makes sense, test is passing

Notes for release

N/A

Copy link

vercel bot commented Feb 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
performance-studio ✅ Ready (Inspect) Visit Preview Feb 15, 2024 9:12pm
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 15, 2024 9:12pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Feb 15, 2024 9:12pm

Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented Feb 15, 2024

Component Testing Report Updated Feb 15, 2024 9:18 PM (UTC)

File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 35s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 6s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 11s 3 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 12s 4 2 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 12s 6 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 32s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 17s 9 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 59s 18 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 14s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ✅ Passed (Inspect) 19s 9 0 0

@binoy14 binoy14 added this pull request to the merge queue Feb 15, 2024
Merged via the queue into next with commit 6caf803 Feb 15, 2024
40 checks passed
@binoy14 binoy14 deleted the chore/fix-e2e-tests branch February 15, 2024 23:21
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