You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is part of the larger Fillet UI (#2606) project.
Currently, the updateAstAndFocus function is invoked directly within the main function applyFilletToSelection , which causes challenges when running unit tests. Specifically, the kclManager.updateAst command is not compatible with our current unit test setup.
To resolve this, we need to refactor the code and pull the updateAstAndFocus function out of the main flow. This will allow us to properly test the core functionality. Which is needed for upcoming multiple selection tests.
The text was updated successfully, but these errors were encountered:
This issue is part of the larger Fillet UI (#2606) project.
Currently, the
updateAstAndFocus
function is invoked directly within the main functionapplyFilletToSelection
, which causes challenges when running unit tests. Specifically, thekclManager.updateAst
command is not compatible with our current unit test setup.To resolve this, we need to refactor the code and pull the
updateAstAndFocus
function out of the main flow. This will allow us to properly test the core functionality. Which is needed for upcoming multiple selection tests.The text was updated successfully, but these errors were encountered: