mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
test: update test snapshot
This commit is contained in:
parent
7f8bc22dad
commit
5d0843b83c
3 changed files with 4 additions and 2 deletions
BIN
__tests__/snapshot/core/examples/test/resource.html.jpg
Normal file
BIN
__tests__/snapshot/core/examples/test/resource.html.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 274 KiB |
|
|
@ -475,8 +475,10 @@
|
|||
y: 20,
|
||||
w: 200,
|
||||
h: 60,
|
||||
invisible: true,
|
||||
type: "rect",
|
||||
operation: {
|
||||
invisible: true,
|
||||
},
|
||||
desc: {
|
||||
color: "#c6e0f5",
|
||||
borderRadius: 8,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ const pageList = [
|
|||
{ path: 'board/examples/test/event.html', w: 620, h: 270, delay: 500 },
|
||||
{ path: 'core/examples/test/elements.html', w: 930, h: 810, delay: 800 },
|
||||
{ path: 'core/examples/test/api.html', w: 930, h: 1570, delay: 800 },
|
||||
{ path: 'core/examples/test/update.html', w: 930, h: 540, delay: 800 },
|
||||
{ path: 'core/examples/test/resource.html', w: 930, h: 540, delay: 800 },
|
||||
{ path: 'idraw/examples/test/api.html', w: 930, h: 270, delay: 800 },
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue