Skip to content

Commit

Permalink
Unskips the visualize reporting functional test suite (#113535) (#113722
Browse files Browse the repository at this point in the history
)

Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Stratoula Kalafateli <[email protected]>
  • Loading branch information
kibanamachine and stratoula authored Oct 4, 2021
1 parent b0b8243 commit 518b730
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 518b730

Please sign in to comment.