Skip to content

Commit

Permalink
fix for failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitakinger committed Feb 12, 2025
1 parent dc62804 commit 29ad43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/cypress/support/Pages/AggregateHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ export class AggregateHelper {

if (value === "") return element;

return element.wait(100).type(value, {
return element.wait(100).clear({ force: true }).type(value, {
parseSpecialCharSequences: parseSpecialCharSeq,
delay: delay,
force: true,
Expand Down

0 comments on commit 29ad43c

Please sign in to comment.