File tree Expand file tree Collapse file tree
x-pack/performance/journeys_e2e Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 * 2.0.
66 */
77
8- import { createDashboardJourney } from '../utils/dashboard_journey' ;
8+ import { Journey } from '@kbn/journeys' ;
9+ import { setupDashboardJourney } from '../utils/dashboard_journey' ;
910
10- export const journey = createDashboardJourney ( {
11- esArchives : [ 'src/platform/test/functional/fixtures/es_archiver/stress_test' ] ,
12- kbnArchives : [ 'src/platform/test/functional/fixtures/kbn_archiver/stress_test_esql' ] ,
11+ export const journey = setupDashboardJourney ( {
12+ // call the journey constructor in this file so the name is set correctly
13+ journey : new Journey ( {
14+ esArchives : [ 'src/platform/test/functional/fixtures/es_archiver/stress_test' ] ,
15+ kbnArchives : [ 'src/platform/test/functional/fixtures/kbn_archiver/stress_test_esql' ] ,
16+ } ) ,
1317 dashboardName : 'Stress Test Dashboard' ,
1418 dashboardLinkSubj : 'dashboardListingTitleLink-Stresstest-(ES|QL)' ,
1519 visualizationCount : 1 ,
You can’t perform that action at this time.
0 commit comments