Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed Oct 4, 2023
1 parent 99281fd commit 075a542
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
describe('for regular metric', () => {
it('defaults to median for non-rolled up metric', async () => {
await PageObjects.common.navigateToApp('lens');
await PageObjects.lens.switchDataPanelIndexPattern(tsdbDataView)
await PageObjects.lens.switchDataPanelIndexPattern(tsdbDataView);
await PageObjects.lens.waitForField('bytes_gauge');
await PageObjects.lens.dragFieldToWorkspace('bytes_gauge', 'xyVisChart');
expect(await PageObjects.lens.getDimensionTriggerText('lnsXY_yDimensionPanel')).to.eql(
Expand Down

0 comments on commit 075a542

Please sign in to comment.