mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
test: fix the number of context menu items
This commit is contained in:
parent
caf6631f03
commit
bbaa1be1df
1 changed files with 4 additions and 0 deletions
|
@ -207,6 +207,8 @@ describe("contextMenu element", () => {
|
|||
"deleteSelectedElements",
|
||||
"group",
|
||||
"addToLibrary",
|
||||
"flipHorizontal",
|
||||
"flipVertical",
|
||||
"sendBackward",
|
||||
"bringForward",
|
||||
"sendToBack",
|
||||
|
@ -258,6 +260,8 @@ describe("contextMenu element", () => {
|
|||
"deleteSelectedElements",
|
||||
"ungroup",
|
||||
"addToLibrary",
|
||||
"flipHorizontal",
|
||||
"flipVertical",
|
||||
"sendBackward",
|
||||
"bringForward",
|
||||
"sendToBack",
|
||||
|
|
Loading…
Add table
Reference in a new issue