Try using the “max-width” style property : expected ‘none’ to not equal ‘none’
AssertionError: Try using the “max-width” style property : expected ‘none’ to not equal ‘none’
what does this means
Try using the “max-width” style property : expected ‘none’ to not equal ‘none’
AssertionError: Try using the “max-width” style property : expected ‘none’ to not equal ‘none’
what does this means
It means that the test is expecting you to set a value for max-width on the element.
Kudo’s on reading the entire failing message.
And an extra point for asking what you didn’t understand.
As a developer a skill you’ll need is the ability to read error messages to troubleshoot issues.