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
Manual tests are being migrated to automated tests using Jest.
This task focuses on reproducing of experiments at Record View.
The test needs to click the reproduce button and it should run the needed functions
"Successfully reproduced." success color snackbar appears bottom left.
The reproduced experiments information should be saved into stores workspace
【Progress】
Began implementing test already. Actions that needed to be done are in code already. File Name is ExperimentTable.tsx
【Challenges】
We're facing issues with middleware during testing, specifically the error: 'Actions must be plain objects. Use custom middleware for async actions.' This occurs during runtime. Given the potential time required for troubleshooting, resolving this has been deprioritized for now.
The text was updated successfully, but these errors were encountered:
【Task Description】
Manual tests are being migrated to automated tests using Jest.
This task focuses on reproducing of experiments at Record View.
The test needs to click the reproduce button and it should run the needed functions
Test Case Reference: Spreadsheet Test Case
【Completion Criteria】
【Progress】
【Challenges】
The text was updated successfully, but these errors were encountered: