Skip to content

Commit 9956521

Browse files
[9.1] [Synthetics] Import Synthetics e2e tests (elastic#233698) (elastic#233719)
# Backport This will backport the following commits from `main` to `9.1`: - [[Synthetics] Import Synthetics e2e tests (elastic#233698)](elastic#233698) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Francesco Fagnani","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-09-02T10:58:27Z","message":"[Synthetics] Import Synthetics e2e tests (elastic#233698)\n\nSynthetics e2e tests were mistakenly disabled in this PR:\nhttps://github.com/elastic/pull/227746","sha":"50d2e43e4f6338bd2f6479e61fba945bdc01ed5c","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:obs-ux-management","backport:version","author:obs-ux-management","v9.2.0","v9.1.4","v9.0.7","v8.19.4"],"title":"[Synthetics] Import Synthetics e2e tests","number":233698,"url":"https://github.com/elastic/kibana/pull/233698","mergeCommit":{"message":"[Synthetics] Import Synthetics e2e tests (elastic#233698)\n\nSynthetics e2e tests were mistakenly disabled in this PR:\nhttps://github.com/elastic/pull/227746","sha":"50d2e43e4f6338bd2f6479e61fba945bdc01ed5c"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","9.0","8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/233698","number":233698,"mergeCommit":{"message":"[Synthetics] Import Synthetics e2e tests (elastic#233698)\n\nSynthetics e2e tests were mistakenly disabled in this PR:\nhttps://github.com/elastic/pull/227746","sha":"50d2e43e4f6338bd2f6479e61fba945bdc01ed5c"}},{"branch":"9.1","label":"v9.1.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.7","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Francesco Fagnani <[email protected]>
1 parent b938523 commit 9956521

File tree

1 file changed

+24
-24
lines changed
  • x-pack/solutions/observability/plugins/synthetics/e2e/synthetics/journeys

1 file changed

+24
-24
lines changed

x-pack/solutions/observability/plugins/synthetics/e2e/synthetics/journeys/index.ts

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
* 2.0.
66
*/
77

8-
// export * from './data_retention.journey'; // it is flaky
9-
export type * from './project_api_keys.journey';
10-
export type * from './getting_started.journey';
11-
export type * from './add_monitor.journey';
12-
export type * from './monitor_selector.journey';
13-
export type * from './management_list.journey';
14-
export type * from './overview_sorting.journey';
15-
// export * from './overview_scrolling.journey';
16-
// export * from './overview_search.journey';
17-
export type * from './private_locations.journey';
18-
export type * from './alerting_default.journey';
19-
export type * from './global_parameters.journey';
20-
export type * from './detail_flyout';
21-
export type * from './alert_rules/default_status_alert.journey';
22-
export type * from './alert_rules/custom_status_alert.journey';
23-
export type * from './alert_rules/custom_tls_alert.journey';
24-
export type * from './test_now_mode.journey';
25-
export type * from './monitor_details_page/monitor_summary.journey';
26-
export type * from './test_run_details.journey';
27-
export type * from './step_details.journey';
28-
export type * from './project_monitor_read_only.journey';
29-
export type * from './overview_save_lens_visualization.journey';
30-
export type * from './filter_monitors.journey';
31-
export type * from './overview_compact_view.journey';
8+
// import './data_retention.journey'; // it is flaky
9+
import './project_api_keys.journey';
10+
import './getting_started.journey';
11+
import './add_monitor.journey';
12+
import './monitor_selector.journey';
13+
import './management_list.journey';
14+
import './overview_sorting.journey';
15+
// import './overview_scrolling.journey';
16+
// import './overview_search.journey';
17+
import './private_locations.journey';
18+
import './alerting_default.journey';
19+
import './global_parameters.journey';
20+
import './detail_flyout';
21+
import './alert_rules/default_status_alert.journey';
22+
import './alert_rules/custom_status_alert.journey';
23+
import './alert_rules/custom_tls_alert.journey';
24+
import './test_now_mode.journey';
25+
import './monitor_details_page/monitor_summary.journey';
26+
import './test_run_details.journey';
27+
import './step_details.journey';
28+
import './project_monitor_read_only.journey';
29+
import './overview_save_lens_visualization.journey';
30+
import './filter_monitors.journey';
31+
import './overview_compact_view.journey';

0 commit comments

Comments
 (0)