Skip to content

Commit

Permalink
ci(test): add a transparent bg barchart baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
waxlamp committed Feb 16, 2018
1 parent 93e1c14 commit 041f137
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file added plugins/vega/BarChart/test/barchart-circle2.png
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/BarChart/test/barchart.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: 'barchart',
extraBaselines: ['barchart-circle'],
extraBaselines: [
'barchart-circle',
'barchart-circle2'
],
url: 'http://localhost:28000/examples/bar',
selector: '#vis-element',
delay: 1000,
Expand Down

0 comments on commit 041f137

Please sign in to comment.