Skip to content

Commit

Permalink
SWED-2279 clean test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Nov 13, 2023
1 parent 3fb01ea commit cfd9e02
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/App/Identity/identity/Color/colors.e2e.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
});
});

0 comments on commit cfd9e02

Please sign in to comment.