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.

PageUnavailableDueToIndexation-test.tsx.snap 859B

1234567891011121314151617181920212223242526272829303132333435
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render correctly 1`] = `
  3. <div
  4. className="page-wrapper-simple"
  5. >
  6. <FlagMessage
  7. className="sw-m-10"
  8. variant="info"
  9. >
  10. <span
  11. className="sw-w-[290px]"
  12. >
  13. indexation.page_unavailable.description
  14. <span
  15. className="sw-ml-1"
  16. >
  17. <FormattedMessage
  18. defaultMessage="indexation.page_unavailable.description.additional_information"
  19. id="indexation.page_unavailable.description.additional_information"
  20. values={
  21. {
  22. "link": <StandoutLink
  23. to="https://docs.sonarsource.com/sonarqube/latest/instance-administration/reindexing/"
  24. >
  25. learn_more
  26. </StandoutLink>,
  27. }
  28. }
  29. />
  30. </span>
  31. </span>
  32. </FlagMessage>
  33. </div>
  34. `;