Skip to content

Commit

Permalink
Solve cigroup 7 flakiness (opensearch-project#5826)
Browse files Browse the repository at this point in the history
* test hover

Signed-off-by: abbyhu2000 <[email protected]>

* comment out other ci to speed up

Signed-off-by: abbyhu2000 <[email protected]>

* uncomment

Signed-off-by: abbyhu2000 <[email protected]>

---------

Signed-off-by: abbyhu2000 <[email protected]>
  • Loading branch information
abbyhu2000 authored Feb 7, 2024
1 parent e38e1c4 commit 79dc3f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/apps/management/_scripted_fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ export default function ({ getService, getPageObjects }) {
});

it('should filter by scripted field value in Discover', async function () {
await testSubjects.moveMouseTo(`field-${scriptedPainlessFieldName2}`);
await PageObjects.discover.clickFieldListItemDetails(scriptedPainlessFieldName2);
await log.debug('filter by "true" in the expanded scripted field list');
await PageObjects.discover.clickFieldListPlusFilter(scriptedPainlessFieldName2, 'true');
Expand Down

0 comments on commit 79dc3f3

Please sign in to comment.