kedro-org / kedro-viz

Visualise your Kedro data and machine-learning pipelines and track your experiments.
https://demo.kedro.org
Apache License 2.0
672 stars 110 forks source link

Fix failed E2E test 'Export to png' #1855

Open Huongg opened 5 months ago

Huongg commented 5 months ago

Description

Related to #1848, in which upgraded to Node18 and React-script 5. This has caused the E2E test #TC-12 to fail only on CircleCI. However the test passed on local machine when run npm run cy:ci

Commit: https://github.com/kedro-org/kedro-viz/pull/1848/commits/314fdb26dee1e1b62f5a80714b6d27fb9d43f642

Context

This failed test needs to be fixed on CircleCI. I expect because there's some changes in the packages and perhaps it wasn't reflected the change on CircleCi, hence it leads to the test to fail

Steps to Reproduce

  1. Remove the commented out for the failed test #TC-12
  2. Make a PR and check if it will pass or fail on CircleCi
  3. The E2E test will fail

Expected Result

The E2E test should pass the check in CircleCI

Your Environment

Include as many relevant details as possible about the environment you experienced the bug in:

Checklist