- Run test using @mui/x-data-grid-premium 8.8.0 and see that it passes.
- Run again using 8.9.1 and see that it fails
- Run yarn install
yarn install
- Run Cypress test in watch mode
yarn unit:watch
- Run test Demo.cy.tsx from UI.
- The test should pass.
- Delete node_modules
- Kill Cypress
- Update package json
"@mui/x-data-grid-premium": "8.9.1"
- Run yarn install
yarn install
- Run Cypress test in watch mode
yarn unit:watch
- Run test Demo.cy.tsx from UI.
- The test should fail.