Skip to content

Commit

Permalink
[page_load_metrics] fix path for discover
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Jun 5, 2020
1 parent 1a271dc commit db8dc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-test/src/page_load_metrics/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export async function navigateToApps(log: ToolingLog, options: NavigationOptions
const browser = await puppeteer.launch({ headless: options.headless, args: ['--no-sandbox'] });
const devToolsResponses: NavigationResults = new Map();
const apps = [
{ path: '/app/discover', locator: '[data-test-subj="discover-sidebar"]' },
{ path: 'app/kibana#/discover', locator: '[data-test-subj="discover-sidebar"]' },
{ path: '/app/home', locator: '[data-test-subj="homeApp"]' },
{ path: '/app/canvas', locator: '[data-test-subj="create-workpad-button"]' },
{ path: '/app/maps', locator: '[title="Maps"]' },
Expand Down

0 comments on commit db8dc24

Please sign in to comment.