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

【FE Test】Record Reproducing Experiments Automation Test But Has Error #457

Open
tsuchiyama-araya opened this issue Oct 4, 2024 · 1 comment

Comments

@tsuchiyama-araya
Copy link
Collaborator

【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】

  • Dialog is displayed on "Reproduce" button click.
  • "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.
@tsuchiyama-araya
Copy link
Collaborator Author

#456 Its also Connected with this task.

The same with other Record View Test Error. The 2 tests bellow expects the same error statement.

  • reload record
  • delete a record ok

Therefore, if #456 or this issue is resolve. Other tests should be running properly.

@tsuchiyama-araya tsuchiyama-araya pinned this issue Oct 4, 2024
@tsuchiyama-araya tsuchiyama-araya unpinned this issue Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant