Update dev settings snapshot

This commit is contained in:
Johannes Marbach
2026-06-08 08:46:26 +02:00
parent 102a7e2650
commit 4c2c068c3a
2 changed files with 28 additions and 20 deletions

View File

@@ -252,6 +252,14 @@ pnpm backend
> browser's trusted certificates or by simply copying and pasting each URL into > browser's trusted certificates or by simply copying and pasting each URL into
> your browsers address bar and follow the prompts to add the exception. > your browsers address bar and follow the prompts to add the exception.
### Updating snapshots
To update snapshots used in tests, use Vitest's `-u` flag, e.g.:
```sh
pnpm test DeveloperSettingsTab -u
```
### Playwright tests ### Playwright tests
Our Playwright tests run automatically as part of our CI along with our other Our Playwright tests run automatically as part of our CI along with our other

View File

@@ -224,13 +224,13 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
</div> </div>
</div> </div>
<form <form
class="_root_19upo_16" class="_root_1o4d9_17"
> >
<div <div
class="_field_19upo_26" class="_field_1o4d9_27"
> >
<label <label
class="_label_19upo_59" class="_label_1o4d9_60"
for="radix-_r_7_" for="radix-_r_7_"
> >
Custom Livekit-url Custom Livekit-url
@@ -248,7 +248,7 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
/> />
</div> </div>
<span <span
class="_message_19upo_85 _help-message_19upo_91" class="_message_1o4d9_86 _help-message_1o4d9_92"
id="radix-_r_8_" id="radix-_r_8_"
> >
Currently, no overwrite is set. Url from well-known or config is used. Currently, no overwrite is set. Url from well-known or config is used.
@@ -261,13 +261,13 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
MatrixRTC mode MatrixRTC mode
</h3> </h3>
<form <form
class="_root_19upo_16" class="_root_1o4d9_17"
> >
<div <div
class="_inline-field_19upo_32" class="_inline-field_1o4d9_33"
> >
<div <div
class="_inline-field-control_19upo_44" class="_inline-field-control_1o4d9_45"
> >
<div <div
class="_container_1ug7n_10" class="_container_1ug7n_10"
@@ -288,16 +288,16 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
</div> </div>
</div> </div>
<div <div
class="_inline-field-body_19upo_38" class="_inline-field-body_1o4d9_39"
> >
<label <label
class="_label_19upo_59" class="_label_1o4d9_60"
for="radix-_r_9_" for="radix-_r_9_"
> >
Legacy: state events & oldest membership SFU Legacy: state events & oldest membership SFU
</label> </label>
<span <span
class="_message_19upo_85 _help-message_19upo_91" class="_message_1o4d9_86 _help-message_1o4d9_92"
id="radix-_r_a_" id="radix-_r_a_"
> >
Compatible with old versions of EC that do not support multi SFU Compatible with old versions of EC that do not support multi SFU
@@ -305,10 +305,10 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
</div> </div>
</div> </div>
<div <div
class="_inline-field_19upo_32" class="_inline-field_1o4d9_33"
> >
<div <div
class="_inline-field-control_19upo_44" class="_inline-field-control_1o4d9_45"
> >
<div <div
class="_container_1ug7n_10" class="_container_1ug7n_10"
@@ -328,16 +328,16 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
</div> </div>
</div> </div>
<div <div
class="_inline-field-body_19upo_38" class="_inline-field-body_1o4d9_39"
> >
<label <label
class="_label_19upo_59" class="_label_1o4d9_60"
for="radix-_r_b_" for="radix-_r_b_"
> >
Compatibility: state events & multi SFU Compatibility: state events & multi SFU
</label> </label>
<span <span
class="_message_19upo_85 _help-message_19upo_91" class="_message_1o4d9_86 _help-message_1o4d9_92"
id="radix-_r_c_" id="radix-_r_c_"
> >
Compatible with homeservers that do not support sticky events (but all other EC clients are v0.17.0 or later) Compatible with homeservers that do not support sticky events (but all other EC clients are v0.17.0 or later)
@@ -345,10 +345,10 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
</div> </div>
</div> </div>
<div <div
class="_inline-field_19upo_32" class="_inline-field_1o4d9_33"
> >
<div <div
class="_inline-field-control_19upo_44" class="_inline-field-control_1o4d9_45"
> >
<div <div
class="_container_1ug7n_10" class="_container_1ug7n_10"
@@ -368,16 +368,16 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
</div> </div>
</div> </div>
<div <div
class="_inline-field-body_19upo_38" class="_inline-field-body_1o4d9_39"
> >
<label <label
class="_label_19upo_59" class="_label_1o4d9_60"
for="radix-_r_d_" for="radix-_r_d_"
> >
Matrix 2.0: sticky events & multi SFU Matrix 2.0: sticky events & multi SFU
</label> </label>
<span <span
class="_message_19upo_85 _help-message_19upo_91" class="_message_1o4d9_86 _help-message_1o4d9_92"
id="radix-_r_e_" id="radix-_r_e_"
> >
Compatible only with homservers supporting sticky events and all EC clients v0.17.0 or later Compatible only with homservers supporting sticky events and all EC clients v0.17.0 or later