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 d270d0d commit 31fe563Copy full SHA for 31fe563
__tests__/users/App.test.js
@@ -100,7 +100,7 @@ describe('App Component', () => {
100
'[data-testid^="user-card-"]',
101
(cards) => cards.map((card) => card.getAttribute('data-testid')),
102
);
103
- expect(userCardTestIds.length).toBe(2);
+ expect(userCardTestIds.length).toBe(3);
104
});
105
it('should fetch and append new users on subsequent pages for verified users tab', async () => {
106
await page.goto(`${BASE_URL}/users/discord/?tab=verified`);
0 commit comments