Unskips the visualize reporting functional test suite (#113535)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Stratoula Kalafateli 2021-10-04 11:45:33 +03:00 committed by GitHub
parent 7162f16f7a
commit e0894f3dc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
@ -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);