mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Discover] Fix "shows top-level object keys" flaky test (#131241)
This commit is contained in:
parent
7c8e144dd1
commit
71e926b202
1 changed files with 3 additions and 3 deletions
|
@ -89,10 +89,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
);
|
||||
await retry.try(async function tryingForTime() {
|
||||
expect(await PageObjects.discover.getDocHeader()).to.contain('relatedContent');
|
||||
});
|
||||
|
||||
const field = await PageObjects.discover.getDocTableIndex(1);
|
||||
expect(field).to.contain('og:description');
|
||||
const field = await PageObjects.discover.getDocTableIndex(1);
|
||||
expect(field).to.contain('og:description');
|
||||
});
|
||||
|
||||
const marks = await PageObjects.discover.getMarks();
|
||||
expect(marks.length).to.be(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue