Skip to content

Commit

Permalink
Update management tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta committed Jun 10, 2024
1 parent d238af2 commit 9cbd9e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'@tags.raw',
'@timestamp',
'_id',
'_ignored',
'_index',
'_score',
'_source',
'_test',
];

expect(await PageObjects.settings.getFieldNames()).to.eql(unfilteredFields);
Expand All @@ -107,10 +107,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'@tags.raw',
'@timestamp',
'_id',
'_ignored',
'_index',
'_score',
'_source',
'agent',
];

expect(await PageObjects.settings.getFieldNames()).to.eql(unfilteredFields);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'@tags.raw',
'@timestamp',
'_id',
'_ignored',
'_index',
'_score',
'_source',
'_test',
];

expect(await PageObjects.settings.getFieldNames()).to.eql(unfilteredFields);
Expand All @@ -110,10 +110,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'@tags.raw',
'@timestamp',
'_id',
'_ignored',
'_index',
'_score',
'_source',
'agent',
];

expect(await PageObjects.settings.getFieldNames()).to.eql(unfilteredFields);
Expand Down

0 comments on commit 9cbd9e9

Please sign in to comment.