App.test.tsx.snap 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Test <App/> should show error modal when using brave and measureText API is not working 1`] = `
  3. <div
  4. data-testid="brave-measure-text-error"
  5. >
  6. <p>
  7. Looks like you are using Brave browser with the
  8.  
  9. <span
  10. style="font-weight: 600;"
  11. >
  12. Aggressively Block Fingerprinting
  13. </span>
  14. setting enabled
  15. .
  16. <br />
  17. <br />
  18. This could result in breaking the
  19. <span
  20. style="font-weight: 600;"
  21. >
  22. Text Elements
  23. </span>
  24. in your drawings
  25. .
  26. </p>
  27. <p>
  28. We strongly recommend disabling this setting. You can follow
  29. <a
  30. href="http://docs.excalidraw.com/docs/@excalidraw/excalidraw/faq#turning-off-aggresive-block-fingerprinting-in-brave-browser"
  31. >
  32. these steps
  33. </a>
  34. on how to do so
  35. .
  36. </p>
  37. <p>
  38. If disabling this setting doesn't fix the display of text elements, please open an
  39. <a
  40. href="https://github.com/excalidraw/excalidraw/issues/new"
  41. >
  42. issue
  43. </a>
  44. on our GitHub, or write us on
  45. <a
  46. href="https://discord.gg/UexuTaE"
  47. >
  48. Discord
  49. </a>
  50. .
  51. </p>
  52. </div>
  53. `;