mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Discover] Fix flaky test in field list (#150073)
Closes https://github.com/elastic/kibana/issues/149852
This commit is contained in:
parent
fa44667f95
commit
37ef9a274d
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ describe('UnifiedFieldList <FieldListGrouped /> + useGroupedFields()', () => {
|
|||
expect(wrapper.find(`#${defaultProps.screenReaderDescriptionId}`).first().text()).toBe(
|
||||
'1 available field. 4 unmapped fields. 0 empty fields. 0 meta fields.'
|
||||
);
|
||||
});
|
||||
}, 10000);
|
||||
|
||||
it('renders correctly when non-supported fields are filtered out', async () => {
|
||||
const hookParams = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue