Skip to content

Commit 15f060d

Browse files
committed
Update organizations cypress test for collapsed/expanded view (#1039)
1 parent 19a676e commit 15f060d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/integration/pages/organizations.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ describe('Contributors Page (using fixture)', () => {
215215
});
216216
cy.get('[class*=affiliatedThumbnailsWrapper]')
217217
.find('[class*=afflnThumbnails]')
218-
.should('have.length', 8);
218+
.should('have.length', 6);
219219
});
220220
});
221221

@@ -227,7 +227,7 @@ describe('Contributors Page (using fixture)', () => {
227227
});
228228
cy.get('[class*=affiliatedThumbnailsWrapper]')
229229
.find('[class*=afflnThumbnails]')
230-
.should('have.length.greaterThan', 8);
230+
.should('have.length.greaterThan', 6);
231231
});
232232
});
233233

0 commit comments

Comments
 (0)