Yicong-Huang commented on code in PR #5626:
URL: https://github.com/apache/texera/pull/5626#discussion_r3406908986
##########
frontend/src/app/workspace/component/workflow-editor/workflow-editor.component.spec.ts:
##########
@@ -285,114 +245,11 @@ describe("WorkflowEditorComponent", () => {
dragDropService = TestBed.inject(DragDropService);
// detect changes to run ngAfterViewInit and bind Model
jointUIService = TestBed.inject(JointUIService);
- nzModalService = TestBed.inject(NzModalService);
undoRedoService = TestBed.inject(UndoRedoService);
workflowVersionService = TestBed.inject(WorkflowVersionService);
fixture.detectChanges();
});
- // TODO(#3614): the following four mouse/click-event tests rely on JointJS
Review Comment:
does this mean this PR should also related to #3614?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]