Skip to content

Commit

Permalink
Unskips the visualize reporting functional test suite (#113535)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
stratoula and kibanamachine authored Oct 4, 2021
1 parent 7162f16 commit e0894f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/functional/apps/visualize/reporting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

// FLAKY: https://github.com/elastic/kibana/issues/113496
describe.skip('Print PDF button', () => {
describe('Print PDF button', () => {
it('is available if new', async () => {
await PageObjects.common.navigateToUrl('visualize', 'new', { useActualUrl: true });
await PageObjects.visualize.clickAggBasedVisualizations();
Expand All @@ -54,6 +53,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});

it('becomes available when saved', async () => {
await PageObjects.timePicker.timePickerExists();
const fromTime = 'Apr 27, 2019 @ 23:56:51.374';
const toTime = 'Aug 23, 2019 @ 16:18:51.821';
await PageObjects.timePicker.setAbsoluteRange(fromTime, toTime);
Expand Down

0 comments on commit e0894f3

Please sign in to comment.