You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last test of exercise 4 doesn't seem to work correctly. I keep getting a "Syntax error, unrecognized expression" on the box-shadow value, even though the css syntax is correct and the box shadow is visible on the element.
I'm not too familiar with Cypress, but if I rewrite the assertions in the test from:
The last test of exercise 4 doesn't seem to work correctly. I keep getting a "Syntax error, unrecognized expression" on the box-shadow value, even though the css syntax is correct and the box shadow is visible on the element.
I'm not too familiar with Cypress, but if I rewrite the assertions in the test from:
to
it seems to fix the issue. It still checks that the property exists on the element, but fails if the value is 'none'.
The text was updated successfully, but these errors were encountered: