test(atlas): assert task_id guidance in reminder
This commit is contained in:
@@ -549,10 +549,11 @@ session_id: ses_standalone_def
|
|||||||
output
|
output
|
||||||
)
|
)
|
||||||
|
|
||||||
// then - should include verification instructions
|
// then - should include verification instructions and task_id guidance
|
||||||
expect(output.output).toContain("LYING")
|
expect(output.output).toContain("LYING")
|
||||||
expect(output.output).toContain("PHASE 1")
|
expect(output.output).toContain("PHASE 1")
|
||||||
expect(output.output).toContain("PHASE 2")
|
expect(output.output).toContain("PHASE 2")
|
||||||
|
expect(output.output).toContain("task_id")
|
||||||
|
|
||||||
cleanupMessageStorage(sessionID)
|
cleanupMessageStorage(sessionID)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user