Skip to content

Commit

Permalink
remove empty block
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Drengenberg authored Nov 19, 2022
1 parent c1dda99 commit 4e8a738
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x-pack/test/functional/apps/lens/group1/fields_list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
}

if (datasourceType !== 'ad-hoc-no-timefield') {
}

await retry.try(async () => {
await PageObjects.lens.clickAddField();
await fieldEditor.setName('runtime_string');
Expand Down

0 comments on commit 4e8a738

Please sign in to comment.