Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/cypress/support: fix import material-symbols-sharp icon set
Error related with upgrade Quasar framework lib to 2.17.2 version Fix run Cypress component tests. Cypress component tests error: ``` 1) An uncaught error was detected outside of a test 0 passing (92ms) 1 failing 1) An uncaught error was detected outside of a test: TypeError: The following error originated from your test code, not from Cypress. > window.Quasar is undefined When Cypress detects uncaught errors originating from your test code it will automatically fail the current test. Cypress could not associate this error to any specific test. We dynamically generated a new test to display this failure. at node_modules/quasar/dist/icon-set/material-symbols-sharp.umd.prod.js (http://localhost:9000/__cypress/src/node_modules/.q-cache/vite/spa/deps/quasar_dist_icon-set_material-symbols-sharp_umd_prod.js?v=9d544864:11:7) at node_modules/quasar/dist/icon-set/material-symbols-sharp.umd.prod.js (http://localhost:9000/__cypress/src/node_modules/.q-cache/vite/spa/deps/quasar_dist_icon-set_material-symbols-sharp_umd_prod.js?v=9d544864:12:7) at __init (http://localhost:9000/__cypress/src/node_modules/.q-cache/vite/spa/deps/chunk-J43GMYXM.js?v=c246f036:8:56) at <unknown> (http://localhost:9000/__cypress/src/node_modules/.q-cache/vite/spa/deps/quasar_dist_icon-set_material-symbols-sharp_umd_prod.js?v=9d544864:17:69) ```
- Loading branch information