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 changing the name of experiments at Record View.
The test needs to click the name and input new name then click on other place of screen to save it.
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 changing the name of experiments at Record View.
The test needs to click the name and input new name then click on other place of screen to save it.
Test Case Reference: Spreadsheet Test Case
【Completion Criteria】
【Progress】
【Challenges】
The text was updated successfully, but these errors were encountered: