mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>
This commit is contained in:
parent
3906188cbb
commit
2dc83cd2fe
1 changed files with 4 additions and 2 deletions
|
@ -96,8 +96,10 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
it('group nodes by custom field', async () => {
|
||||
await pageObjects.infraHome.goToTime(DATE_WITH_DATA);
|
||||
await pageObjects.infraHome.getWaffleMap();
|
||||
const groups = await pageObjects.infraHome.groupByCustomField('host.os.platform');
|
||||
expect(groups).to.eql(['ubuntu']);
|
||||
await retry.try(async () => {
|
||||
const groups = await pageObjects.infraHome.groupByCustomField('host.os.platform');
|
||||
expect(groups).to.eql(['ubuntu']);
|
||||
});
|
||||
});
|
||||
|
||||
it('filter nodes by search term', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue