[Component templates] Unskip form payload component integration test (#120756) (#120802)

This commit is contained in:
Sébastien Loix 2021-12-08 18:59:44 +00:00 committed by GitHub
parent 3a0d73ebb3
commit 5fc9999417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,6 +80,9 @@ describe('<ComponentTemplateEdit />', () => {
await act(async () => {
form.setInputValue('versionField.input', '1');
});
await act(async () => {
actions.clickNextButton();
});