您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. `;