mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
test(tests/packages/excalidraw): check whether canvasbackground label is rendered when changeviewbackground is false
This commit is contained in:
parent
77bf91b242
commit
89f3d3b14f
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ describe("<Excalidraw/>", () => {
|
|||
);
|
||||
//open menu
|
||||
toggleMenu(container);
|
||||
expect(queryByTestId(container, "canvas-background-LABEL")).toBeNull();
|
||||
expect(queryByTestId(container, "canvas-background-picker")).toBeNull();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue