Skip to content

Commit

Permalink
fix(e2e): three lines for three errors, not four (#6152)
Browse files Browse the repository at this point in the history
three lines for three errors, not four
  • Loading branch information
lerouxb authored Aug 23, 2024
1 parent 7b348a7 commit dbedce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compass-e2e-tests/tests/collection-import.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ describe('Collection import', function () {
const errorCount = (
logFileContent.match(/E11000 duplicate key error collection/g) || []
).length;
expect(errorCount).to.equal(4);
expect(errorCount).to.equal(3);

// Close toast.
await browser.clickVisible(
Expand Down

0 comments on commit dbedce1

Please sign in to comment.