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
Theme Editor should be covered with integration tests to be aware if component structure has changed and Theme Editor rules become outdated.
Inside flow-tests there are different tests, some of them are testing frontend, we just need to clone one of existing test projects and put some Theme Editor logic for testing.
Good starting point would be to:
Pick component
Parse existing metadata file to get properties
Set editor values
Compare CSS rules if they contain metadata rules
Please remember to add test project to computeMatrix.js to make it run on CI.
The text was updated successfully, but these errors were encountered:
Theme Editor should be covered with integration tests to be aware if component structure has changed and Theme Editor rules become outdated.
Inside flow-tests there are different tests, some of them are testing frontend, we just need to clone one of existing test projects and put some Theme Editor logic for testing.
Good starting point would be to:
Please remember to add test project to
computeMatrix.js
to make it run on CI.The text was updated successfully, but these errors were encountered: