Replies: 2 comments 1 reply
-
I do not know what the correct (Cypress) solution is, but I found an SO answer that did the trick. Add this to
|
Beta Was this translation helpful? Give feedback.
1 reply
-
In my case I cant see icons because of CORS |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have Angular Component testing up and running and everything is great, except I am unable to get my Angular Material Icons to display.
My setup is:
I can see that my global styles (specified in my
src/styles.scss
are working, as the rending is correct. Also all the Angular Material components look correct. it is just the icons missing.For example, this
Is showing as this
The config files are:
cypress.config.ts
is:cypress/support/component.ts
isAny suggestions for how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions