Skip to content

Commit

Permalink
Fix reporting tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed May 14, 2020
1 parent 64cda1a commit b11ebf8
Show file tree
Hide file tree
Showing 3 changed files with 5,708 additions and 7,838 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await security.testUser.setRoles(['kibana_admin', 'reporting_user']);
await esArchiver.load('empty_kibana');
await esArchiver.load('reporting/archived_reports');
await pageObjects.common.navigateToActualUrl('kibana', '/management/kibana/reporting');
await pageObjects.common.navigateToApp('reporting');
await testSubjects.existOrFail('reportJobListing', { timeout: 200000 });
});

Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default async function({ readConfigFile }) {
},
reporting: {
pathname: '/app/kibana/',
hash: '/management/kibana/reporting',
hash: '/management/insightsAndAlerting/reporting',
},
},

Expand Down
Loading

0 comments on commit b11ebf8

Please sign in to comment.