-
Notifications
You must be signed in to change notification settings - Fork 88
Test fixes following engine zoom fix #8386
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 fixes following engine zoom fix #8386
Conversation
Signed-off-by: Jessie Frazelle <[email protected]>
Signed-off-by: Jessie Frazelle <[email protected]>
The latest updates on your projects. Learn more about Vercel for GitHub.
|
CodSpeed Instrumentation Performance ReportMerging #8386 will not alter performanceComparing Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This snapshot is definitely broken and should also get fixed. It did work at some point in one of the update commits
const planeColor: [number, number, number] = [170, 220, 170] | ||
const bgColor: [number, number, number] = TEST_COLORS.DARK_MODE_BKGD | ||
const planeColor: [number, number, number] = [80, 60, 60] | ||
const bgColor: [number, number, number] = [30, 30, 30] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This bgColor thing should be reverted but can't afford to wait for another CI run, can do later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These snapshots are weird but this is how it shows up in playwright, could be due to a specific cam setup? Unclear
Collection of fixes after https://github.com/KittyCAD/engine/pull/3804 landed:
The few disabled tests to re-enable are tracked at #8382