From abb2a2223b4ab640d0c63c9d13ef4e9bb495dfc9 Mon Sep 17 00:00:00 2001 From: Sudharsan Selvaraj Date: Thu, 25 Jul 2024 20:46:40 +0530 Subject: [PATCH] fix unit tests --- test/unit/element.specs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/element.specs.ts b/test/unit/element.specs.ts index 497b082..6b90c42 100644 --- a/test/unit/element.specs.ts +++ b/test/unit/element.specs.ts @@ -222,7 +222,7 @@ describe('Element Interaction Functions', () => { mockDriver.command.calledWith( `/element/${elementId}/value`, 'POST', - { text }, + { text, value: [...text] }, ), ).to.be.true; });