Fix flaky TSVB test (#20481) (#20483)

This commit is contained in:
Tim Roes 2018-07-05 14:31:58 +02:00 committed by GitHub
parent d967c5d0eb
commit b6a2ec51e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');
});