Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【FronEnd Test】When RUN Button is clicked It will Run Properly Test #428

Open
tsuchiyama-araya opened this issue Sep 2, 2024 · 3 comments
Assignees

Comments

@tsuchiyama-araya
Copy link
Collaborator

tsuchiyama-araya commented Sep 2, 2024

【FronEnd Test】When RUN Button is clicked It will Run Properly Test

【Things Need To Check】
・workflow starts running.
・all algorithm nodes show linear progress bar.
・RUN button is disabled.
・workflow id and name is displayed at the top of left sidebar.

@tsuchiyama-araya
Copy link
Collaborator Author

【メモ】
アルゴリズムはlccdを使用した方が早く進めるかもしれない。

@tsuchiyama-araya
Copy link
Collaborator Author

・RUNをクリックする時に、handleRunPipelineByUidが呼び出されるテスト → 完了

・ボタンをクリックする時にDisableになること → 完了

・ボタンをクリックする時にNodesにバーが出るテスト → 未完了 → 今はReactDndが入っているため、それをMock化する必要があるので、React DNDがあるテストの対応をします。

・Run実行する時に成功や失敗する時のReturn値を確認する → 未実装

@tsuchiyama-araya
Copy link
Collaborator Author

【進捗報告】
現在、以下のエラーに直面しています。

Error: Uncaught [TypeError: backendFactory is not a function]

このエラーは、React DnDを動作させるために、DndProviderにbackendを定義する必要があるところで発生しています。具体的には、TestBackendを設定した際に、上記のエラーが発生します。原因究明と解決に向けて調査中です。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant