x
x copied to clipboard
Feature/update cypress 10
Upgrades Cypress to version 12. This enables us to test on Safari, and should improve Cypress performance on Silicon macbooks.
- Ignore
cypres.config.tsin eslint from now. This messes us types withjestif included in the srctsconfig. PR is already big enough to do another change here. - Component testing:
- Corrects imports
- Loading CSS from the
mountfunction has been depracted, so I added an small utility
- E2e testing
- Fixes issue with sort test: Cypress couldn't locate the element to select using the
childrencall - Fixes issue with keyboard navigation. It wasn't able to retrieve the old focused element correctly. Now it does.
- Fixes issue with sort test: Cypress couldn't locate the element to select using the