Skip to content

Commit

Permalink
update functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 committed Jun 21, 2024
1 parent 37471c4 commit 31ac8ab
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,16 @@ export const getArtificialLogDataViewTestData = ({
analysisGroupsTable: getAnalysisGroupsTable(),
filteredAnalysisGroupsTable: getFilteredAnalysisGroupsTable(),
analysisTable: getAnalysisTable(),
columnSelectorPopover: ['Log rate', 'Doc count', 'p-value', 'Impact', 'Actions'],
columnSelectorPopover: [
'Log rate',
'Doc count',
'p-value',
'Impact',
'Baseline rate',
'Deviation rate',
'Log rate change',
'Actions',
],
fieldSelectorPopover: getFieldSelectorPopover(),
globalState: {
refreshInterval: { pause: true, value: 60000 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,16 @@ export const farequoteDataViewTestData: TestData = {
expected: {
totalDocCountFormatted: '86,374',
sampleProbabilityFormatted: '0.5',
columnSelectorPopover: ['Log rate', 'Doc count', 'p-value', 'Impact', 'Actions'],
columnSelectorPopover: [
'Log rate',
'Doc count',
'p-value',
'Impact',
'Baseline rate',
'Deviation rate',
'Log rate change',
'Actions',
],
fieldSelectorPopover: ['airline', 'custom_field.keyword'],
globalState: {
refreshInterval: { pause: true, value: 60000 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,16 @@ export const farequoteDataViewTestDataWithQuery: TestData = {
impact: 'High',
},
],
columnSelectorPopover: ['Log rate', 'Doc count', 'p-value', 'Impact', 'Actions'],
columnSelectorPopover: [
'Log rate',
'Doc count',
'p-value',
'Impact',
'Baseline rate',
'Deviation rate',
'Log rate change',
'Actions',
],
fieldSelectorPopover: ['airline', 'custom_field.keyword'],
globalState: {
refreshInterval: { pause: true, value: 60000 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,16 @@ export const kibanaLogsDataViewTestData: TestData = {
logRate: 'Chart type:bar chart',
impact: 'High',
})),
columnSelectorPopover: ['Log rate', 'Doc count', 'p-value', 'Impact', 'Actions'],
columnSelectorPopover: [
'Log rate',
'Doc count',
'p-value',
'Impact',
'Baseline rate',
'Deviation rate',
'Log rate change',
'Actions',
],
fieldSelectorPopover: [
'agent.keyword',
'clientip',
Expand Down

0 comments on commit 31ac8ab

Please sign in to comment.