1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Form widgets size

This commit is contained in:
Maciej Lenartowicz
2020-01-07 13:27:49 +01:00
parent c67ad164ce
commit 56a4c47948
17 changed files with 37 additions and 45 deletions

View File

@ -59,7 +59,7 @@ describe('useForm hook.', () => {
input = await waitForElement(() =>
getByTestId('test-input')
);
form = container.firstChild
form = container.firstChild.firstChild;
});
it('Validation on changing.', () => {