Skip to content

Commit

Permalink
feat(edit-content) cleanup and reoder store
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Nov 15, 2024
1 parent e0fc438 commit ff0a647
Show file tree
Hide file tree
Showing 5 changed files with 500 additions and 438 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ describe('DotFormComponent', () => {
const workflowActions = spectator.query(DotWorkflowActionsComponent);
expect(workflowActions).toBeTruthy();

console.log(spectator.debugElement.nativeElement.innerHTML);
const saveButton = spectator.query('.p-splitbutton-defaultbutton');
expect(saveButton).toBeTruthy();
expect(saveButton.textContent.trim()).toBe('Save');
Expand Down
Loading

0 comments on commit ff0a647

Please sign in to comment.