We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cbe75 commit b793fe4Copy full SHA for b793fe4
src/js/msp/msp_debug_dashboard.js
@@ -1162,8 +1162,8 @@ window.MSPDebug = {
1162
1163
// Individual test methods
1164
runTest: (testName) => mspStressTest.runSpecificTest(testName),
1165
- quickHealthCheck: () => window.MSPTestRunner.quickHealthCheck(),
1166
- stressScenario: (scenario) => window.MSPTestRunner.stressScenario(scenario),
+ quickHealthCheck: () => window.MSPTestRunner?.quickHealthCheck?.(),
+ stressScenario: (scenario) => window.MSPTestRunner?.stressScenario?.(scenario),
1167
getStatus: () => mspQueueMonitor.getStatus(),
1168
1169
// Alert testing methods
0 commit comments