Skip to content

Commit

Permalink
[8.10] [Dashboard] Unskips the by value lens tests (#165798) (#166625)
Browse files Browse the repository at this point in the history
# Backport

Closes #165461

This will backport the following commits from `main` to `8.10`:
- [[Dashboard] Unskips the by value lens tests
(#165798)](#165798)
  • Loading branch information
stratoula authored Sep 18, 2023
1 parent 89c47bf commit d88ae85
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions x-pack/test/functional/page_objects/lens_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1367,17 +1367,16 @@ export function LensPageProvider({ getService, getPageObjects }: FtrProviderCont
}
await dashboardAddPanel.clickCreateNewLink();
await this.goToTimeRange();
await this.configureDimension({
dimension: 'lnsXY_xDimensionPanel > lns-empty-dimension',
operation: 'date_histogram',
field: '@timestamp',
});

await this.configureDimension({
dimension: 'lnsXY_yDimensionPanel > lns-empty-dimension',
operation: 'average',
field: 'bytes',
});
await this.configureDimension({
dimension: 'lnsXY_xDimensionPanel > lns-empty-dimension',
operation: 'date_histogram',
field: '@timestamp',
});

await this.configureDimension({
dimension: 'lnsXY_splitDimensionPanel > lns-empty-dimension',
Expand Down

0 comments on commit d88ae85

Please sign in to comment.