mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-08-05 20:23:46 +02:00
Wi-Fi settings form
This commit is contained in:
@@ -20,7 +20,7 @@ describe("<Checkbox/>", () => {
|
||||
helpText="Some help text"
|
||||
onChange={() => {
|
||||
}}
|
||||
/>
|
||||
/>,
|
||||
);
|
||||
expect(container.firstChild)
|
||||
.toMatchSnapshot();
|
||||
@@ -31,7 +31,7 @@ describe("<Checkbox/>", () => {
|
||||
<CheckBox
|
||||
label="Test label"
|
||||
helpText="Some help text"
|
||||
/>
|
||||
/>,
|
||||
);
|
||||
expect(container.firstChild)
|
||||
.toMatchSnapshot();
|
||||
|
Reference in New Issue
Block a user