test: name the behaviour in a wake-payload comment, not the ticket
The comment named an internal ticket. It now names the behaviour the test locks: the launch-environment payload removal. Co-authored-by: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
0882a09eb3
commit
45d26902c4
|
|
@ -2928,7 +2928,7 @@ describe("renderPaperclipWakePrompt", () => {
|
|||
expect(prompt).toContain("Added the helper route and tests.");
|
||||
});
|
||||
|
||||
// Locks the property the env-var removal (PAP-6176) depends on: the prompt
|
||||
// Locks the property that the launch-environment payload removal depends on: the prompt
|
||||
// is the single delivery path, so every field the payload carries must
|
||||
// reach the prompt text. A handful of fields never render as prompt text
|
||||
// under any one scenario — `commentIds`/`interactionKind`/`interactionStatus`
|
||||
|
|
|
|||
Loading…
Reference in New Issue