* Update vector-im * Update Jest snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Fix playwright styling overrides Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Hold back Compound Design Tokens as threads icons unexpectedly grew a dot in the top corner where we conditionally draw a dot Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update Compound Design Tokens to 6.4.1 Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Revert snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Tweak bubble Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update storybook snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update jest snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update jest snapshots 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>
79 lines
1.7 KiB
Plaintext
79 lines
1.7 KiB
Plaintext
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
|
|
|
exports[`SetIntegrationManager should render manage integrations sections 1`] = `
|
|
<div
|
|
class="mx_SetIntegrationManager"
|
|
data-testid="mx_SetIntegrationManager"
|
|
>
|
|
<div
|
|
class="mx_SettingsFlag"
|
|
>
|
|
<div
|
|
class="mx_SetIntegrationManager_heading_manager"
|
|
>
|
|
<h3
|
|
class="mx_Heading_h3"
|
|
>
|
|
Manage integrations
|
|
</h3>
|
|
<h4
|
|
class="mx_Heading_h4"
|
|
>
|
|
(scalar.vector.im)
|
|
</h4>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="mx_SettingsSubsection_text"
|
|
>
|
|
<span>
|
|
Use an integration manager
|
|
<strong>
|
|
(scalar.vector.im)
|
|
</strong>
|
|
to manage bots, widgets, and sticker packs.
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="mx_SettingsSubsection_text"
|
|
>
|
|
Integration managers receive configuration data, and can modify widgets, send room invites, and set power levels on your behalf.
|
|
</div>
|
|
<form
|
|
class="_root_19upo_16"
|
|
>
|
|
<div
|
|
class="_inline-field_19upo_32"
|
|
>
|
|
<div
|
|
class="_inline-field-control_19upo_44"
|
|
>
|
|
<div
|
|
class="_container_udcm8_10"
|
|
>
|
|
<input
|
|
class="_input_udcm8_24"
|
|
id="mx_SetIntegrationManager_Toggle"
|
|
role="switch"
|
|
type="checkbox"
|
|
/>
|
|
<div
|
|
class="_ui_udcm8_34"
|
|
/>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="_inline-field-body_19upo_38"
|
|
>
|
|
<label
|
|
class="_label_19upo_59"
|
|
for="mx_SetIntegrationManager_Toggle"
|
|
>
|
|
Enable the integration manager
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
`;
|