We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e28cf commit 030e4adCopy full SHA for 030e4ad
apps/automated/src/ui/styling/style-tests.ts
@@ -1975,7 +1975,7 @@ export function test_css_variable_that_resolves_to_another_css_variable_order_de
1975
stack.className = 'var';
1976
page.content = stack;
1977
1978
- TKUnit.assertEqual(stack.style.backgroundColor.hex, greenColor, 'Failed to resolve css variable of css variable');
+ TKUnit.assertEqual(stack.style.backgroundColor?.hex, greenColor, 'Failed to resolve css variable of css variable');
1979
}
1980
1981
export function test_css_calc_and_variables() {
0 commit comments