You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.1 KiB
Plaintext
51 lines
1.1 KiB
Plaintext
2 years ago
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
||
2 years ago
|
|
||
2 years ago
|
exports[`Test <App/> > should show error modal when using brave and measureText API is not working 1`] = `
|
||
2 years ago
|
<div
|
||
|
data-testid="brave-measure-text-error"
|
||
|
>
|
||
|
<p>
|
||
2 years ago
|
Looks like you are using Brave browser with the
|
||
2 years ago
|
<span
|
||
|
style="font-weight: 600;"
|
||
|
>
|
||
|
Aggressively Block Fingerprinting
|
||
|
</span>
|
||
2 years ago
|
setting enabled.
|
||
|
</p>
|
||
|
<p>
|
||
|
This could result in breaking the
|
||
2 years ago
|
<span
|
||
|
style="font-weight: 600;"
|
||
|
>
|
||
|
Text Elements
|
||
|
</span>
|
||
2 years ago
|
in your drawings.
|
||
2 years ago
|
</p>
|
||
|
<p>
|
||
2 years ago
|
We strongly recommend disabling this setting. You can follow
|
||
2 years ago
|
<a
|
||
|
href="http://docs.excalidraw.com/docs/@excalidraw/excalidraw/faq#turning-off-aggresive-block-fingerprinting-in-brave-browser"
|
||
|
>
|
||
|
these steps
|
||
|
</a>
|
||
2 years ago
|
on how to do so.
|
||
2 years ago
|
</p>
|
||
|
<p>
|
||
2 years ago
|
If disabling this setting doesn't fix the display of text elements, please open an
|
||
2 years ago
|
<a
|
||
|
href="https://github.com/excalidraw/excalidraw/issues/new"
|
||
|
>
|
||
|
issue
|
||
|
</a>
|
||
2 years ago
|
on our GitHub, or write us on
|
||
2 years ago
|
<a
|
||
|
href="https://discord.gg/UexuTaE"
|
||
|
>
|
||
|
Discord
|
||
2 years ago
|
.
|
||
2 years ago
|
</a>
|
||
|
</p>
|
||
|
</div>
|
||
|
`;
|