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
I have searched for similar issues before opening a new one.
Description
The automated browser tests open all of the categories in the toolbox and drag out each block.
There's a hard-coded list of basic categories in tests/browser/test/toolbox_drag_test.js, and it includes Colour. This category and the associated blocks have been removed from core and need to be removed from this test.
There's a hard-coded list of test categories in the same file, including Validators. This fails because some of the validator blocks referred to now-removed fields. This has been fixed in the most recent version of dev-tools, so the solution is to update the dependency and then verify that the validators category works again.
Reproduction steps
Stack trace
No response
Screenshots
No response
Browsers
No response
The text was updated successfully, but these errors were encountered:
Check for duplicates
Description
The automated browser tests open all of the categories in the toolbox and drag out each block.
tests/browser/test/toolbox_drag_test.js
, and it includesColour
. This category and the associated blocks have been removed from core and need to be removed from this test.Validators
. This fails because some of the validator blocks referred to now-removed fields. This has been fixed in the most recent version of dev-tools, so the solution is to update the dependency and then verify that the validators category works again.Reproduction steps
Stack trace
No response
Screenshots
No response
Browsers
No response
The text was updated successfully, but these errors were encountered: