Skip to content

Commit e07425d

Browse files
committed
esql_journey
1 parent 6cc00ea commit e07425d

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

x-pack/performance/journeys_e2e/data_stress_test_lens_esql.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@
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,

0 commit comments

Comments
 (0)