diff --git a/app/client/cypress/support/Pages/AggregateHelper.ts b/app/client/cypress/support/Pages/AggregateHelper.ts index bb18569ee62b..ad63fcb32caf 100644 --- a/app/client/cypress/support/Pages/AggregateHelper.ts +++ b/app/client/cypress/support/Pages/AggregateHelper.ts @@ -302,8 +302,8 @@ export class AggregateHelper { return exists === "noVerify" ? locator // Return the locator without verification if exists is "noVerify" : exists === "exist" - ? locator.should("have.length.at.least", 1) - : locator.should("have.length", 0); + ? locator.should("have.length.at.least", 1) + : locator.should("have.length", 0); } public GetNAssertElementText(