Skip to content

Commit

Permalink
address code review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Mar 22, 2017
1 parent ddf8288 commit b4709dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/dashboard/_dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ bdd.describe('dashboard tab', function describeIndexTests() {
const visualizations = PageObjects.dashboard.getTestVisualizations();
return PageObjects.common.tryForTime(10000, async function () {
const panelTitles = await PageObjects.dashboard.getPanelSizeData();
PageObjects.common.log('visualization titles = ' + panelTitles);
PageObjects.common.log('visualization titles = ' + panelTitles.map(item => item.title));
PageObjects.common.saveScreenshot('Dashboard-visualization-sizes');
expect(panelTitles.length).to.eql(visualizations.length + 1);
});
Expand Down

0 comments on commit b4709dc

Please sign in to comment.