Skip to content

Commit

Permalink
Fix flaky TSVB test (#20481) (#20483)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes authored Jul 5, 2018
1 parent d967c5d commit b6a2ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/apps/visualize/_tsvb_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ export default function ({ getService, getPageObjects }) {
it('should be able to set values for group by field and column name', async () => {
await PageObjects.visualBuilder.selectGroupByField('machine.os.raw');
await PageObjects.visualBuilder.setLabelValue('OS');
await PageObjects.header.waitUntilLoadingHasFinished();
log.debug('finished setting field and column name');
});

Expand Down

0 comments on commit b6a2ec5

Please sign in to comment.