Skip to content

Commit

Permalink
test: add action recording for test of bug #9718
Browse files Browse the repository at this point in the history
* fix bug #9718

* add test
  • Loading branch information
yufeng04 authored and pissang committed Oct 30, 2019
1 parent 1c6a0f7 commit 82ebc4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/line.html
Expand Up @@ -232,6 +232,7 @@
symbolSize: 40,
data: data1,
itemStyle: itemStyle,
animationDuration: 300,
label: {
normal: {
show: true,
Expand Down
1 change: 1 addition & 0 deletions test/runTest/actions/__meta__.json
Expand Up @@ -81,6 +81,7 @@
"label-position": 1,
"largeLine-tooltip": 1,
"legend": 6,
"line": 1,
"line-animation": 1,
"map": 3,
"map-contour": 2,
Expand Down
1 change: 1 addition & 0 deletions test/runTest/actions/line.json
@@ -0,0 +1 @@
[{"name":"Action 1","ops":[{"type":"mousemove","time":395,"x":563,"y":47},{"type":"mousemove","time":606,"x":509,"y":36},{"type":"mousemove","time":826,"x":506,"y":35},{"type":"mousedown","time":1019,"x":506,"y":35},{"type":"mouseup","time":1169,"x":506,"y":35},{"time":1170,"delay":400,"type":"screenshot-auto"},{"type":"mousedown","time":2195,"x":506,"y":35},{"type":"mouseup","time":2376,"x":506,"y":35},{"time":2377,"delay":400,"type":"screenshot-auto"},{"type":"mousemove","time":2877,"x":512,"y":36},{"type":"mousemove","time":3077,"x":566,"y":41},{"type":"mousemove","time":3287,"x":574,"y":45},{"type":"screenshot","time":4707}],"scrollY":46,"scrollX":0,"timestamp":1572413537032}]

0 comments on commit 82ebc4d

Please sign in to comment.