test: update test snapshot

This commit is contained in:
chenshenhai 2021-08-28 01:24:55 +08:00
parent 7f8bc22dad
commit 5d0843b83c
3 changed files with 4 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

View file

@ -475,8 +475,10 @@
y: 20,
w: 200,
h: 60,
invisible: true,
type: "rect",
operation: {
invisible: true,
},
desc: {
color: "#c6e0f5",
borderRadius: 8,

View file

@ -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 },
]