Skip to content
Snippets Groups Projects

Test/publications missing tests

Merged Tadeusz Miesiąc requested to merge test/publications-missing-tests into development
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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', () => {});
  • LGTM as per special situation

    This PR may be merged as Tadeusz is not longer in the project, lacking tests will be done in another PR

  • Adrian Orłów approved this merge request

    approved this merge request

  • Adrian Orłów mentioned in commit 05ee0572

    mentioned in commit 05ee0572

  • merged

  • Please register or sign in to reply
    Loading