Skip to content

Commit

Permalink
[Discover] Tmp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta committed Sep 23, 2022
1 parent 6429468 commit 90a9c94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/management/_scripted_fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'timePicker',
]);

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

before(async function () {
Expand Down Expand Up @@ -499,6 +499,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await filterBar.removeAllFilters();
});

// TODO: fix these flaky tests
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 90a9c94

Please sign in to comment.