diff --git a/scripts/verify-web-probe-sentinel-monitor-web.ts b/scripts/verify-web-probe-sentinel-monitor-web.ts index 9ce2a575..cade0162 100644 --- a/scripts/verify-web-probe-sentinel-monitor-web.ts +++ b/scripts/verify-web-probe-sentinel-monitor-web.ts @@ -12,7 +12,8 @@ const checks: Array<{ readonly path: string; readonly contains: readonly string[ "data-monitor-independent-scroll", "data-check-row", "data-check-dialog", - "错误 / 告警监测项曲线", + "运行耗时曲线", + "runDurationText", "rootCause", ], }, @@ -26,8 +27,9 @@ const checks: Array<{ readonly path: string; readonly contains: readonly string[ ".check-dialog", "overflow: hidden", "overflow: auto", - ".trend-red", - ".trend-warning", + ".trend-duration", + ".trend-dot-duration", + ".legend-swatch.duration", ], }, {