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
The test in add-component-button.component.spec.ts is misleading because it makes it sound like clicking on the button will open the dialog, create the component, and save the project. In actuality, clicking the button will only open the dialog. It might be better to separate it into two tests. One tests opening the dialog and another tests when the dialog is closed, it creates the component and saves.
The text was updated successfully, but these errors were encountered:
The test in add-component-button.component.spec.ts is misleading because it makes it sound like clicking on the button will open the dialog, create the component, and save the project. In actuality, clicking the button will only open the dialog. It might be better to separate it into two tests. One tests opening the dialog and another tests when the dialog is closed, it creates the component and saves.
The text was updated successfully, but these errors were encountered: