-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
help wantedExternal contributions actively solicitedExternal contributions actively solicitedissue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrongsize: smallBugs that can be picked up and completed in 1-3 daysBugs that can be picked up and completed in 1-3 days
Description
Description
The toolbox_drag_test.mjs file fails when testing the 'Drag' category because it's using the set of blocks defined by the dev-tools plugin which includes a custom block type called drag_to_dupe which automatically duplicates itself upon being dragged to the workspace, whereas the test is attempting to verify that all blocks in the toolbox add exactly one block to the workspace upon being dragged. The drag_to_dupe block was added in: RaspberryPiFoundation/blockly-samples#2377
Reproduction steps
- Run
npm run test:browser - The test fails.
Metadata
Metadata
Assignees
Labels
help wantedExternal contributions actively solicitedExternal contributions actively solicitedissue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrongsize: smallBugs that can be picked up and completed in 1-3 daysBugs that can be picked up and completed in 1-3 days