Restore mission control leaves and alert drilldown return path

This commit is contained in:
master
2026-03-10 15:00:59 +02:00
parent ec22b8ee46
commit 5c10aa7f71
5 changed files with 126 additions and 11 deletions

View File

@@ -55,11 +55,16 @@ function attachRuntimeObservers(page, runtime) {
return;
}
const errorText = request.failure()?.errorText ?? 'unknown';
if (errorText === 'net::ERR_ABORTED') {
return;
}
runtime.requestFailures.push({
page: page.url(),
method: request.method(),
url: request.url(),
error: request.failure()?.errorText ?? 'unknown',
error: errorText,
});
});
@@ -306,7 +311,12 @@ async function main() {
action: 'link:Watchlist alert',
name: 'Identity watchlist alert requires signer review',
expectedPath: '/setup/trust-signing/watchlist/alerts',
expectQuery: { alertId: 'alert-001', tab: 'alerts', scope: 'tenant' },
expectQuery: {
alertId: 'alert-001',
returnTo: '/mission-control/alerts',
scope: 'tenant',
tab: 'alerts',
},
},
{
action: 'link:Waivers expiring',