Restore mission control leaves and alert drilldown return path
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user