We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad7294 commit 8ebf8e0Copy full SHA for 8ebf8e0
__tests__/users/App.test.js
@@ -80,8 +80,8 @@ describe('App Component', () => {
80
'[data-testid^="user-card-"]',
81
(cards) => cards.map((card) => card.getAttribute('data-testid')),
82
);
83
- console.log(userCardTestIds.length);
84
- expect(userCardTestIds.length).toBe(10);
+ console.log(userCardTestIds.length, 'user length');
+ expect(userCardTestIds.length).toBe(2);
85
});
86
87
it('should render all sections', async () => {
0 commit comments