* Move toggle switch for integration manager for a11y * Update test * add toggle_label * lint
79 lines
1.6 KiB
Plaintext
79 lines
1.6 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
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_19o42_10"
|
|
>
|
|
<input
|
|
class="_input_19o42_24"
|
|
id="mx_SetIntegrationManager_Toggle"
|
|
role="switch"
|
|
type="checkbox"
|
|
/>
|
|
<div
|
|
class="_ui_19o42_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>
|
|
`;
|