(fieldName, value)
| 58 | }; |
| 59 | |
| 60 | async function _setValueByUser(fieldName, value) { |
| 61 | const form = configComponent.findComponent(ScriptConfigForm); |
| 62 | await setValueByUser(form.vm, fieldName, value); |
| 63 | } |
| 64 | |
| 65 | describe('Test show config', function () { |
| 66 | it('Test show simple values', async function () { |
no test coverage detected