mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Visualize] Unskips reporting tests (#157892)
## Summary Closes https://github.com/elastic/kibana/issues/156964 Same problem with the navigateToUrl function we have seen in other places too. Flaky test runner https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2252
This commit is contained in:
parent
08114aa538
commit
fc72e7c51a
1 changed files with 3 additions and 3 deletions
|
@ -42,8 +42,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/156964
|
||||
describe.skip('Print PDF button', () => {
|
||||
describe('Print PDF button', () => {
|
||||
const ecommerceSOPath =
|
||||
'x-pack/test/functional/fixtures/kbn_archiver/reporting/ecommerce.json';
|
||||
|
||||
|
@ -69,7 +68,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
|
||||
it('is available if new', async () => {
|
||||
await PageObjects.common.navigateToUrl('visualize', 'new', { useActualUrl: true });
|
||||
await PageObjects.visualize.gotoVisualizationLandingPage();
|
||||
await PageObjects.visualize.clickNewVisualization();
|
||||
await PageObjects.visualize.clickAggBasedVisualizations();
|
||||
await PageObjects.visualize.clickAreaChart();
|
||||
await PageObjects.visualize.clickNewSearch('ecommerce');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue