From cfd9e029892d620bd206b5b01878b6e567438a19 Mon Sep 17 00:00:00 2001 From: Raphael Ferrand Date: Mon, 13 Nov 2023 13:28:06 +0100 Subject: [PATCH] SWED-2279 clean test logs --- src/App/Identity/identity/Color/colors.e2e.spec.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/App/Identity/identity/Color/colors.e2e.spec.js b/src/App/Identity/identity/Color/colors.e2e.spec.js index c255ef9d86..5e5722a6c0 100644 --- a/src/App/Identity/identity/Color/colors.e2e.spec.js +++ b/src/App/Identity/identity/Color/colors.e2e.spec.js @@ -149,16 +149,6 @@ test(`Compare Color CSS computed values Desktop to their spec written in their s "background-color", expectedColorRGBValue ); - - // TODO: check each color gets its value from the CSS custom-property (CSS variable) and they match the computed CSS value - console.log( - "🤓checking custom properties presence, that they're valid (defined), that they have the name of the subtitle, and that they correspond to the expected HEX value" - ); - // TODO: check on the color-swatch the presence of custom properties presence - - // TODO: check that they're valid (defined) - // TODO: check that they have the name of the subtitle - // TODO: and check that they correspond to the expected HEX value } }); });