Skip to content

Commit

Permalink
fix test selector
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon committed Jun 13, 2023
1 parent e43132d commit 42ec107
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 @@ -773,7 +773,7 @@ export function LensPageProvider({ getService, getPageObjects }: FtrProviderCont
},

async editDimensionLabel(label: string) {
await testSubjects.setValue('column-label-edit', label, { clearWithKeyboard: true });
await testSubjects.setValue('name-input', label, { clearWithKeyboard: true });
},
async editDimensionFormat(format: string) {
await this.selectOptionFromComboBox('indexPattern-dimension-format', format);
Expand Down

0 comments on commit 42ec107

Please sign in to comment.