mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fixed test
This commit is contained in:
parent
e9ab51c30e
commit
3c6dc4fd6d
1 changed files with 1 additions and 1 deletions
|
@ -1173,7 +1173,7 @@ describe("textWysiwyg", () => {
|
||||||
);
|
);
|
||||||
|
|
||||||
expect((h.elements[1] as ExcalidrawTextElementWithContainer).text).toBe(
|
expect((h.elements[1] as ExcalidrawTextElementWithContainer).text).toBe(
|
||||||
"Online \nwhitebo\nard \ncollabo\nration \nmade \neasy",
|
"Online\nwhitebo\nard\ncollabo\nration\nmade\neasy",
|
||||||
);
|
);
|
||||||
fireEvent.contextMenu(GlobalTestState.interactiveCanvas, {
|
fireEvent.contextMenu(GlobalTestState.interactiveCanvas, {
|
||||||
button: 2,
|
button: 2,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue