()
| 357 | |
| 358 | describe('Test add parameter', function () { |
| 359 | const clickAddButton = () => { |
| 360 | const addParamButton = $(list.$el).find('li.add-param-item').get(0); |
| 361 | triggerSingleClick(addParamButton); |
| 362 | }; |
| 363 | |
| 364 | it('Test add parameter', async function () { |
| 365 | clickAddButton(); |
no test coverage detected