Test/publications missing tests
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
added 27 commits
-
a6edfda3...29582af6 - 26 commits from branch
development
- 3e3891bb - Merge branch 'development' into test/publications-missing-tests
-
a6edfda3...29582af6 - 26 commits from branch
18 </PublicationsModalLayout> 19 </Wrapper>, 20 ), 21 { 22 store, 23 } 24 ); 25 }; 26 27 describe('Publications Modal Layout - component', () => { 28 it('should render number of publications', () => { 29 renderComponent({ publications: PUBLICATIONS_DEFAULT_SEARCH_FIRST_10_STATE_MOCK }); 30 31 expect(screen.getByText('Publications (1586 results)')).toBeInTheDocument(); 32 }); 33 it.skip('should render download csv button', () => {}); mentioned in commit 05ee0572
Please register or sign in to reply