Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sudharsan-selvaraj committed Jul 25, 2024
1 parent b14f3f9 commit abb2a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/element.specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ describe('Element Interaction Functions', () => {
mockDriver.command.calledWith(
`/element/${elementId}/value`,
'POST',
{ text },
{ text, value: [...text] },
),
).to.be.true;
});
Expand Down

0 comments on commit abb2a22

Please sign in to comment.