Skip to content

Commit

Permalink
[aiops] Fix functional test assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Sep 5, 2022
1 parent 17bd77f commit 31aa90a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/functional/apps/aiops/explain_log_rate_spikes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
await aiops.explainLogRateSpikes.adjustBrushHandler(
'aiopsBrushDeviation',
'handle--e',
targetPx
targetPx + intervalPx
);

// Adjust the left brush handle
await aiops.explainLogRateSpikes.adjustBrushHandler(
'aiopsBrushDeviation',
'handle--w',
targetPx - intervalPx
targetPx
);

// Get the new brush selection width for later comparison.
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/aiops/test_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const farequoteDataViewTestData: TestData = {
fieldName: 'airline',
fieldValue: 'AAL',
logRate: 'Chart type:bar chart',
pValue: '1.32e-13',
pValue: '1.26e-13',
impact: 'High',
},
],
Expand Down

0 comments on commit 31aa90a

Please sign in to comment.