Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<SettingsFieldset /> renders fieldset with plain text description 1`] = `
<fieldset
class="mx_SettingsFieldset"
data-test-id="test"
>
<legend
class="mx_SettingsFieldset_legend"
Who can read history?
</legend>
<div
class="mx_SettingsFieldset_description"
Changes to who can read history.
</div>
<div>
test
</fieldset>
`;
exports[`<SettingsFieldset /> renders fieldset with react description 1`] = `
<p>
Test
</p>
<a
href="#test"
a link
</a>
exports[`<SettingsFieldset /> renders fieldset without description 1`] = `