Fix tests

This commit is contained in:
Jorge Manrubia
2025-09-29 13:13:40 +02:00
parent 859a016a2e
commit 1bb8de8564
14 changed files with 552 additions and 165 deletions
+2 -2
View File
@@ -39,6 +39,6 @@ buy_domain:
collection: writebook
creator: david
title: Buy domain
created_at: <%= 2.days.ago %>
created_at: <%= 1.week.ago %>
status: published
last_active_at: <%= 2.days.ago %>
last_active_at: <%= 1.week.ago %>
-38
View File
@@ -1,38 +0,0 @@
qa_triage:
name: Triage
workflow: qa
qa_in_progress:
name: In progress
color: "#3b3633"
workflow: qa
qa_on_hold:
name: On Hold
color: "#67695e"
workflow: qa
qa_review:
name: Review
color: "#eb7a32"
workflow: qa
on_call_inbox:
name: Inbox
color: "#bf7c2b"
workflow: on_call
on_call_in_progress:
name: In progress
color: "#c09c6f"
workflow: on_call
on_call_on_hold:
name: Waiting on customers
color: "#746b1e"
workflow: on_call
on_call_review:
name: Pending deploy
color: "#2c6da8"
workflow: on_call
-5
View File
@@ -1,5 +0,0 @@
qa:
name: QA
on_call:
name: "On call"