File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ describe('App Component', () => {
90
90
'[data-testid^="user-card-"]' ,
91
91
( cards ) => cards . map ( ( card ) => card . getAttribute ( 'data-testid' ) ) ,
92
92
) ;
93
- expect ( userCardTestIds . length ) . toBe ( 10 ) ;
93
+ expect ( userCardTestIds . length ) . toBe ( 2 ) ;
94
94
} ) ;
95
95
it ( 'should fetch and append new users on subsequent pages for verified users tab when feature flag is on' , async ( ) => {
96
96
await page . goto ( `${ BASE_URL } /users/discord/?tab=verified&dev=true` ) ;
@@ -110,7 +110,7 @@ describe('App Component', () => {
110
110
'[data-testid^="user-card-"]' ,
111
111
( cards ) => cards . map ( ( card ) => card . getAttribute ( 'data-testid' ) ) ,
112
112
) ;
113
- expect ( userCardTestIds . length ) . toBe ( 10 ) ;
113
+ expect ( userCardTestIds . length ) . toBe ( 3 ) ;
114
114
} ) ;
115
115
116
116
it ( 'should render all sections' , async ( ) => {
You can’t perform that action at this time.
0 commit comments