Skip to content

Commit

Permalink
clear using keyboard (elastic#85042)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Dec 9, 2020
1 parent 6713443 commit 328f5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/page_objects/lens_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export function LensPageProvider({ getService, getPageObjects }: FtrProviderCont
},

async editDimensionLabel(label: string) {
await testSubjects.setValue('indexPattern-label-edit', label);
await testSubjects.setValue('indexPattern-label-edit', label, { clearWithKeyboard: true });
},
async editDimensionFormat(format: string) {
const formatInput = await testSubjects.find('indexPattern-dimension-format');
Expand Down

0 comments on commit 328f5d2

Please sign in to comment.