Skip to content

Commit

Permalink
tsvb failure: remove clickWithMouse when selecting the field
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 16, 2021
1 parent 08da6d3 commit 54792ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/page_objects/visual_builder_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ export function VisualBuilderPageProvider({ getService, getPageObjects }: FtrPro
await comboBox.setElement(groupBy, 'Terms', { clickWithMouse: true });
await PageObjects.common.sleep(1000);
const byField = await testSubjects.find('groupByField');
await comboBox.setElement(byField, field, { clickWithMouse: true });
await comboBox.setElement(byField, field);
}

public async checkSelectedMetricsGroupByValue(value: string) {
Expand Down

0 comments on commit 54792ae

Please sign in to comment.