Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Aug 22, 2022
1 parent 2d2f671 commit 16dd7a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/test/functional/apps/lens/group3/metric.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {

it('converts color stops to number', async () => {
await PageObjects.lens.openPalettePanel('lnsMetric');
await PageObjects.common.sleep(1000);
await testSubjects.click('lnsPalettePanel_dynamicColoring_rangeType_groups_number');
expect([
await testSubjects.getAttribute('lnsPalettePanel_dynamicColoring_range_value_1', 'value'),
Expand Down

0 comments on commit 16dd7a3

Please sign in to comment.