mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
invalid locator
This commit is contained in:
parent
6b3e7fa8aa
commit
3007539a69
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ export async function navigateToApps(log: ToolingLog, options: NavigationOptions
|
|||
{ path: '/app/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: '[data-test-subj="mapContainer"]' },
|
||||
{ path: '/app/maps', locator: '[data-test-subj="XYZmapContainer"]' },
|
||||
{ path: '/app/apm', locator: '[data-test-subj="apmMainContainer"]' },
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue