Skip to content

Commit

Permalink
Fix user being generated with incorrect values (creation notes)
Browse files Browse the repository at this point in the history
  • Loading branch information
richrace committed Sep 5, 2024
1 parent 3aaad6d commit 80112bb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cypress/e2e/case-list/index.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ describe("Case list", () => {
})

it("Should display 0 cases when there are no cases 'locked to me' and hide the bottom pagination bar ", () => {
const lockUsernames = ["BichardForce02", "BichardForce03", null, "A really really really long.name"]
const lockUsernames = [
"BichardForce01",
"BichardForce02",
"BichardForce03",
null,
"A really really really long.name"
]
cy.task(
"insertCourtCasesWithFields",
lockUsernames.map((username) => ({
Expand Down

0 comments on commit 80112bb

Please sign in to comment.