mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Discover] Fix datagrid test failure in cloud environment (#97809)
This commit is contained in:
parent
badd0a7609
commit
50d6c6d579
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
it('the search term should be highlighted in the field data', async function () {
|
||||
// marks is the style that highlights the text in yellow
|
||||
const marks = await PageObjects.discover.getMarks();
|
||||
expect(marks.length).to.be(50);
|
||||
expect(marks.length).to.be.greaterThan(0);
|
||||
expect(marks.indexOf('php')).to.be(0);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue