You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dashboard/src/workspaces/loom/LoomPage.dom.test.tsx
+9-29Lines changed: 9 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -230,29 +230,6 @@ const TEMPORAL = {
230
230
'provider-qualified session_git_spans rows for the displayed session page',
231
231
},
232
232
},
233
-
{
234
-
id: 'delivery_outcomes',
235
-
label: 'Pull request, review, CI & release outcomes',
236
-
state: 'unsupported',
237
-
authority: null,
238
-
granularity: 'Delivery projection row',
239
-
providers: [],
240
-
item_count: null,
241
-
reason:
242
-
'the shared Delivery overview is mounted, but its outcome projections are unavailable or unsupported and do not expose session-linked rows; Loom does not duplicate them',
243
-
required_authority:
244
-
'GET /api/delivery/overview with session-linked pull_requests, review_comments, ci_checks, failure_localization, and releases rows',
245
-
coverage: {
246
-
completeness: 'unsupported',
247
-
eligible: null,
248
-
examined: null,
249
-
matched: null,
250
-
omitted: null,
251
-
unit: null,
252
-
reason:
253
-
'coverage belongs to the shared Delivery projection once it serves session-linked rows',
254
-
},
255
-
},
256
233
],
257
234
commits: [
258
235
{
@@ -334,6 +311,15 @@ afterEach(() => {
334
311
});
335
312
336
313
describe('LoomPage',()=>{
314
+
it('does not present unfed Delivery outcomes as a Loom relation',async()=>{
0 commit comments