Add timeseries chart

This commit is contained in:
Rashid Khan 2016-08-15 09:36:24 -07:00
parent 599a9f4314
commit 88cb02c2e6

View file

@ -19,7 +19,7 @@ bdd.describe('visualize app', function describeIndexTests() {
bdd.it('should show the correct chart types', function pageHeader() { bdd.it('should show the correct chart types', function pageHeader() {
var expectedChartTypes = [ var expectedChartTypes = [
'Area chart', 'Data table', 'Line chart', 'Markdown widget', 'Area chart', 'Data table', 'Line chart', 'Markdown widget',
'Metric', 'Pie chart', 'Tile map', 'Vertical bar chart' 'Metric', 'Pie chart', 'Tile map', 'Timeseries', 'Vertical bar chart'
]; ];
// find all the chart types and make sure there all there // find all the chart types and make sure there all there
return PageObjects.visualize.getChartTypes() return PageObjects.visualize.getChartTypes()