Skip to content

Commit

Permalink
prettier issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
NandanAnantharamu committed May 21, 2024
1 parent 19dadff commit 231b66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/client/cypress/support/Pages/AggregateHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 231b66b

Please sign in to comment.