chore(components/main-menu): add data-testid attr to canvasBackground label

This commit is contained in:
Guilherme Minozzi 2023-07-18 19:08:29 -03:00
parent f3f7d0040c
commit 77bf91b242
No known key found for this signature in database
GPG key ID: EEDE4CCEC467F10E

View file

@ -209,7 +209,10 @@ export const ChangeCanvasBackground = () => {
}
return (
<div style={{ marginTop: "0.5rem" }}>
<div style={{ fontSize: ".75rem", marginBottom: ".5rem" }}>
<div
data-testid="canvas-background-label"
style={{ fontSize: ".75rem", marginBottom: ".5rem" }}
>
{t("labels.canvasBackground")}
</div>
<div style={{ padding: "0 0.625rem" }}>