From 6b7bf2bbb5ce41abc83de4657366c51ff4f67a27 Mon Sep 17 00:00:00 2001 From: Alberto Date: Mon, 19 Feb 2024 12:37:48 +0100 Subject: [PATCH] one more try with tests --- tests/unit/NextStepUtilsTest.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/unit/NextStepUtilsTest.ts b/tests/unit/NextStepUtilsTest.ts index 129c9740c8c3..5f4b1a6ed96b 100644 --- a/tests/unit/NextStepUtilsTest.ts +++ b/tests/unit/NextStepUtilsTest.ts @@ -364,7 +364,7 @@ describe('libs/NextStepUtils', () => { text: ' to ', }, { - text: 'review', + text: 'pay', type: 'strong', }, { @@ -472,12 +472,13 @@ describe('libs/NextStepUtils', () => { test('another owner', () => { report.ownerAccountID = strangeAccountID; + optimisticNextStep.title = 'Next Steps:'; optimisticNextStep.message = [ { text: 'Waiting for ', }, { - text: strangeEmail, + text: 'you', type: 'strong', }, {