You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-09-14 21:49:26 +03:00
* Update react monorepo * Update snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
32 lines
600 B
Plaintext
32 lines
600 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<SettingsField /> should render with the default label 1`] = `
|
|
<DocumentFragment>
|
|
<form
|
|
class="_root_19upo_16"
|
|
>
|
|
<div
|
|
class="_field_19upo_26"
|
|
>
|
|
<label
|
|
class="_label_19upo_59"
|
|
for="radix-«r0»"
|
|
>
|
|
Element Call URL
|
|
</label>
|
|
<div
|
|
class="_controls_17lij_8"
|
|
>
|
|
<input
|
|
class="_control_sqdq4_10"
|
|
id="radix-«r0»"
|
|
name="input"
|
|
title=""
|
|
value=""
|
|
/>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</DocumentFragment>
|
|
`;
|