mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
adjust synthetics remote functional tests (#128978)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
981004539e
commit
79d49a36d5
2 changed files with 2 additions and 2 deletions
|
@ -14,4 +14,4 @@ echo "--- Uptime @elastic/synthetics Tests"
|
|||
cd "$XPACK_DIR"
|
||||
|
||||
checks-reporter-with-killswitch "Uptime @elastic/synthetics Tests" \
|
||||
node plugins/uptime/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" --grep "MonitorManagement*"
|
||||
node plugins/uptime/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" --grep "MonitorManagement-monitor*"
|
|
@ -92,7 +92,7 @@ const createMonitorJourney = ({
|
|||
monitorDetails: Record<string, string>;
|
||||
}) => {
|
||||
journey(
|
||||
`MonitorManagement-${monitorType}`,
|
||||
`MonitorManagement-monitor-${monitorType}`,
|
||||
async ({ page, params }: { page: Page; params: any }) => {
|
||||
const uptime = monitorManagementPageProvider({ page, kibanaUrl: params.kibanaUrl });
|
||||
const isRemote = process.env.SYNTHETICS_REMOTE_ENABLED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue