Update the developer settings snapshot for the scoped pre style

"de-globalise styles" gave the tab's <pre> elements a class instead of
styling the bare element, but did not update the snapshot.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
Timo K.
2026-09-08 13:56:10 +02:00
co-authored by Claude Fable 5.1
parent 6ae4f0539a
commit 7137e6ec14
@@ -380,7 +380,9 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
local local
) )
</p> </p>
<pre> <pre
class="_pre_2ddec4"
>
{ {
"region": "local", "region": "local",
"version": "1.2.3" "version": "1.2.3"
@@ -390,7 +392,9 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
<p> <p>
Local Participant Local Participant
</p> </p>
<pre> <pre
class="_pre_2ddec4"
>
localParticipantIdentity localParticipantIdentity
</pre> </pre>
<p> <p>
@@ -417,7 +421,9 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
remote remote
) )
</p> </p>
<pre> <pre
class="_pre_2ddec4"
>
{ {
"region": "remote", "region": "remote",
"version": "4.5.6" "version": "4.5.6"
@@ -427,7 +433,9 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
<p> <p>
Local Participant Local Participant
</p> </p>
<pre> <pre
class="_pre_2ddec4"
>
localParticipantIdentity localParticipantIdentity
</pre> </pre>
<p> <p>
@@ -674,7 +682,9 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
<p> <p>
Environment variables Environment variables
</p> </p>
<pre> <pre
class="_pre_2ddec4"
>
{ {
"MY_MOCK_ENV": 10, "MY_MOCK_ENV": 10,
"ENV": "test" "ENV": "test"
@@ -683,7 +693,9 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
<p> <p>
URL parameters URL parameters
</p> </p>
<pre> <pre
class="_pre_2ddec4"
>
{ {
"mocked": true, "mocked": true,
"answer": 42 "answer": 42