mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-10-15 10:43:36 +02:00
Form widgets size
This commit is contained in:
@@ -59,7 +59,7 @@ describe('useForm hook.', () => {
|
||||
input = await waitForElement(() =>
|
||||
getByTestId('test-input')
|
||||
);
|
||||
form = container.firstChild
|
||||
form = container.firstChild.firstChild;
|
||||
});
|
||||
|
||||
it('Validation on changing.', () => {
|
||||
|
Reference in New Issue
Block a user