You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

NonAdminPagesContainer-test.tsx.snap 420B

123456789101112131415161718192021
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render correctly 1`] = `
  3. <div
  4. className="page page-limited display-flex-justify-center"
  5. >
  6. <Alert
  7. className="max-width-60 huge-spacer-top"
  8. display="block"
  9. variant="error"
  10. >
  11. <p>
  12. application.cannot_access_all_child_projects1
  13. </p>
  14. <br />
  15. <p>
  16. application.cannot_access_all_child_projects2
  17. </p>
  18. </Alert>
  19. </div>
  20. `;