Skip to content

Commit

Permalink
Fix citeEdit test
Browse files Browse the repository at this point in the history
  • Loading branch information
clari182 committed Nov 12, 2024
1 parent 33dee2b commit 62d5008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/gatsby-site/playwright/e2e-full/citeEdit.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ test.describe('Edit report', () => {
}`
});

expect(result.data.reports).toHaveLength(7);
expect(result.data.reports).toHaveLength(8);
expect(result.data.reports).not.toContainEqual({ report_number: 3 });
expect(result.data.incident.reports).not.toContainEqual({ report_number: 3 });
});
Expand Down

0 comments on commit 62d5008

Please sign in to comment.