Closed hugomontero closed 10 months ago
@hugomontero do you want to fix the empty braces? I am guessing you should put the ID of the newly deployed logic function there. Currently it shows empty
@hugomontero do you want to fix the empty braces? I am guessing you should put the ID of the newly deployed logic function there. Currently it shows empty
I'll fix this one in the PR #710, since that one updates the way we show the texts (adding the spinners) 😄
Description
This PR will change delete command in order to use LogicFunction Class
How to Test
git pull && git checkout feature/sc-124023/delete-refactor
npm i
npm run test:ci
&&npm run test:e2e -- --grep "Logic Function Commands"
npm start -- lf delete --name "<wrong name>"
npm start -- lf delete
outcome
Logic function not found
Related Issues / Discussions
Completeness