Skip to content

Commit dbedce1

Browse files
authored
fix(e2e): three lines for three errors, not four (#6152)
three lines for three errors, not four
1 parent 7b348a7 commit dbedce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/tests/collection-import.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ describe('Collection import', function () {
12321232
const errorCount = (
12331233
logFileContent.match(/E11000 duplicate key error collection/g) || []
12341234
).length;
1235-
expect(errorCount).to.equal(4);
1235+
expect(errorCount).to.equal(3);
12361236

12371237
// Close toast.
12381238
await browser.clickVisible(

0 commit comments

Comments
 (0)