Skip to content

Commit

Permalink
fix yet another thing in skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jul 15, 2020
1 parent 5469ab0 commit 303c5da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default function ({ getService, getPageObjects }) {
await PageObjects.visEditor.selectField('@timestamp');
await PageObjects.visEditor.setInterval('3h', { type: 'custom' });
await PageObjects.visChart.waitForVisualizationRenderingStabilized();
await PageObjects.visEditor.clickGo();
};

before(initBarChart);
Expand Down

0 comments on commit 303c5da

Please sign in to comment.