Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e/playwright/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const TEST_COLORS: { [key: string]: TestColor } = {
GREY: [142, 142, 142],
YELLOW: [255, 255, 0],
BLUE: [0, 0, 255],
DARK_MODE_BKGD: [27, 27, 27],
DARK_MODE_BKGD: [86, 66, 107],
DARK_MODE_PLANE_XZ: [50, 50, 99],
} as const

Expand Down
2 changes: 1 addition & 1 deletion e2e/playwright/testing-settings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ test.describe(
const darkBackgroundCss = 'oklch(0.3012 0 264.5)'
const lightBackgroundCss = 'oklch(0.9911 0 264.5)'
const darkBackgroundColor = TEST_COLORS.DARK_MODE_BKGD
const lightBackgroundColor: [number, number, number] = [245, 245, 245]
const lightBackgroundColor: [number, number, number] = [166, 149, 184]
const streamBackgroundPixelIsColor = async (
color: [number, number, number]
) => {
Expand Down
Binary file modified public/kcl-samples/screenshots/teapot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion rust/kcl-lib/e2e/executor/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ extrude(profile001, length = 100)
);

let result = cache_test(
"multi_file_after_empty",
"multi_file_after_empty_with_woo",
vec![
Variation {
code: "",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified rust/kcl-lib/tests/kcl_samples/teapot/rendered_model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified rust/kcl-lib/tests/subtract_regression12/rendered_model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading