aboutsummaryrefslogtreecommitdiffstats
path: root/packages/excalidraw/tests/__snapshots__/App.test.tsx.snap
blob: 49c2fd0fcc5ce5cdcf4ef0e4c1d22cdf77a49f8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Test <App/> > should show error modal when using brave and measureText API is not working 1`] = `
<div
  data-testid="brave-measure-text-error"
>
  <p>
    Looks like you are using Brave browser with the 
    <span
      style="font-weight: 600;"
    >
      Aggressively Block Fingerprinting
    </span>
     setting enabled.
  </p>
  <p>
    This could result in breaking the 
    <span
      style="font-weight: 600;"
    >
      Text Elements
    </span>
     in your drawings.
  </p>
  <p>
    We strongly recommend disabling this setting. You can follow 
    <a
      href="http://docs.excalidraw.com/docs/@excalidraw/excalidraw/faq#turning-off-aggresive-block-fingerprinting-in-brave-browser"
    >
      these steps
    </a>
     on how to do so.
  </p>
  <p>
    If disabling this setting doesn't fix the display of text elements, please open an 
    <a
      href="https://github.com/excalidraw/excalidraw/issues/new"
    >
      issue
    </a>
     on our GitHub, or write us on 
    <a
      href="https://discord.gg/UexuTaE"
    >
      Discord
      .
    </a>
  </p>
</div>
`;