Skip to content

Commit

Permalink
ci(test): update baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
waxlamp committed Feb 15, 2018
1 parent 92f21d9 commit 2e5f265
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion plugins/vega/LineChart/test/linechart-points.image.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ import imageTest from '../../../../test/util/imageTest';

imageTest({
name: 'linechart-points',
extraBaselines: ['linechart-points-circle'],
extraBaselines: [
'linechart-points-circle',
'linechart-points-circle2'
],
url: 'http://localhost:28000/examples/line-points',
selector: '#vis-element',
delay: 1000,
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ import imageTest from '../../../../test/util/imageTest';

imageTest({
name: 'scatterplotmatrix',
extraBaselines: ['scatterplotmatrix-circle'],
extraBaselines: [
'scatterplotmatrix-circle',
'scatterplotmatrix-circle2'
],
url: 'http://localhost:28000/examples/scattermatrix',
selector: '#vis-element',
delay: 4000,
Expand Down

0 comments on commit 2e5f265

Please sign in to comment.