Skip to content

Commit

Permalink
clear using keyboard (#85042)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Dec 9, 2020
1 parent 73fbf2a commit ec0bfe9
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 ec0bfe9

Please sign in to comment.