Skip to content

Add AIP deletion workflow #2691

Add AIP deletion workflow

Add AIP deletion workflow #2691

Triggered via pull request March 27, 2025 20:19
Status Failure
Total duration 31s
Artifacts

dashboard.yml

on: pull_request

Annotations

6 errors
test
Process completed with exit code 1.
src/components/__tests__/AipLocationCard.test.ts > AipLocationCard.vue > renders when the AIP is moving: dashboard/src/components/__tests__/AipLocationCard.test.ts#L226
Error: Snapshot `AipLocationCard.vue > renders when the AIP is moving 1` mismatched - Expected + Received @@ -9,8 +9,9 @@ </button> </div></span></p> <div class="d-flex flex-wrap gap-2"> <!--v-if--> <!--v-if--> + <!--v-if--> </div> </div> </div>" ❯ src/components/__tests__/AipLocationCard.test.ts:226:20
src/components/__tests__/AipLocationCard.test.ts > AipLocationCard.vue > renders when the AIP is rejected: dashboard/src/components/__tests__/AipLocationCard.test.ts#L191
Error: Snapshot `AipLocationCard.vue > renders when the AIP is rejected 1` mismatched - Expected + Received @@ -5,8 +5,9 @@ <h4 class="card-title">Location</h4> <p class="card-text"><span>AIP rejected.</span></p> <div class="d-flex flex-wrap gap-2"> <!--v-if--> <!--v-if--> + <!--v-if--> </div> </div> </div>" ❯ src/components/__tests__/AipLocationCard.test.ts:191:20
src/components/__tests__/AipLocationCard.test.ts > AipLocationCard.vue > renders when the AIP location is not available: dashboard/src/components/__tests__/AipLocationCard.test.ts#L156
Error: Snapshot `AipLocationCard.vue > renders when the AIP location is not available 1` mismatched - Expected + Received @@ -5,8 +5,9 @@ <h4 class="card-title">Location</h4> <p class="card-text"><span>Not available yet.</span></p> <div class="d-flex flex-wrap gap-2"> <!--v-if--> <!--v-if--> + <!--v-if--> </div> </div> </div>" ❯ src/components/__tests__/AipLocationCard.test.ts:156:20
src/components/__tests__/AipLocationCard.test.ts > AipLocationCard.vue > renders without move button based on auth attributes: dashboard/src/components/__tests__/AipLocationCard.test.ts#L72
Error: Snapshot `AipLocationCard.vue > renders without move button based on auth attributes 1` mismatched - Expected + Received @@ -9,8 +9,9 @@ </button> </div></span></p> <div class="d-flex flex-wrap gap-2"> <!--v-if--> <!--v-if--> + <!--v-if--> </div> </div> </div>" ❯ src/components/__tests__/AipLocationCard.test.ts:72:20
src/components/__tests__/AipLocationCard.test.ts > AipLocationCard.vue > renders when the AIP is stored: dashboard/src/components/__tests__/AipLocationCard.test.ts#L32
Error: Snapshot `AipLocationCard.vue > renders when the AIP is stored 1` mismatched - Expected + Received @@ -6,8 +6,8 @@ <p class="card-text"><span><div class="d-flex align-items-start gap-2"><span class="font-monospace">f8635e46-a320-4152-9a2c-98a28eeb50d1</span><button class="btn btn-sm btn-link link-secondary p-0" data-bs-toggle="tooltip" data-bs-title="Copy to clipboard"> <!-- Copied visual hint. --> <!-- Copy icon. --><span><svg viewBox="0 0 24 24" width="1.2em" height="1.2em" aria-hidden="true"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M8 4v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7.242a2 2 0 0 0-.602-1.43L16.083 2.57A2 2 0 0 0 14.685 2H10a2 2 0 0 0-2 2"></path><path d="M16 18v2a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2"></path></g></svg><span class="visually-hidden">Copy to clipboard</span></span> </button> </div></span></p> - <div class="d-flex flex-wrap gap-2"><button type="button" class="btn btn-primary btn-sm"> Download </button><button type="button" class="btn btn-primary btn-sm">Move</button></div> + <div class="d-flex flex-wrap gap-2"><button type="button" class="btn btn-primary btn-sm"> Download </button><button type="button" class="btn btn-primary btn-sm">Move</button><button type="button" class="btn btn-primary btn-sm"> Delete </button></div> </div> </div>" ❯ src/components/__tests__/AipLocationCard.test.ts:32:20