mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix(tests/packages/excalidraw): change to lowercase canvas background test id
This commit is contained in:
parent
39d3f66051
commit
f9602af051
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ describe("<Excalidraw/>", () => {
|
|||
);
|
||||
//open menu
|
||||
toggleMenu(container);
|
||||
expect(queryByTestId(container, "canvas-background-LABEL")).toBeNull();
|
||||
expect(queryByTestId(container, "canvas-background-label")).toBeNull();
|
||||
expect(queryByTestId(container, "canvas-background-picker")).toBeNull();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue