Skip to content

Commit

Permalink
added additional date sort test- but skipped due to a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmivkulkarni committed Aug 21, 2020
1 parent 53c96ca commit 2241d11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/functional/apps/management/_scripted_fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default function ({ getService, getPageObjects }) {
'timePicker',
]);


describe('scripted fields', function () {
this.tags(['skipFirefox']);

Expand Down Expand Up @@ -449,7 +448,6 @@ export default function ({ getService, getPageObjects }) {
});
});


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



it('should visualize scripted field in vertical bar chart', async function () {
await PageObjects.discover.clickFieldListItemVisualize(scriptedPainlessFieldName2);
await PageObjects.header.waitUntilLoadingHasFinished();
Expand Down

0 comments on commit 2241d11

Please sign in to comment.