-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
issue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrong
Description
Check for duplicates
- 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 includesColour. 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
Metadata
Metadata
Assignees
Labels
issue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrong