Skip to content

Commit 2241d11

Browse files
added additional date sort test- but skipped due to a bug
1 parent 53c96ca commit 2241d11

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/functional/apps/management/_scripted_fields.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export default function ({ getService, getPageObjects }) {
5353
'timePicker',
5454
]);
5555

56-
5756
describe('scripted fields', function () {
5857
this.tags(['skipFirefox']);
5958

@@ -449,7 +448,6 @@ export default function ({ getService, getPageObjects }) {
449448
});
450449
});
451450

452-
453451
//add a test to sort date scripted field
454452
//https://github.com/elastic/kibana/issues/75711
455453
it.skip('should sort scripted field value in Discover', async function () {
@@ -487,8 +485,6 @@ export default function ({ getService, getPageObjects }) {
487485
await filterBar.removeAllFilters();
488486
});
489487

490-
491-
492488
it('should visualize scripted field in vertical bar chart', async function () {
493489
await PageObjects.discover.clickFieldListItemVisualize(scriptedPainlessFieldName2);
494490
await PageObjects.header.waitUntilLoadingHasFinished();

0 commit comments

Comments
 (0)