Skip to content

Browser test toolbox_drag_test fails in Drag category because of drag_to_dupe block #8466

@johnnesky

Description

@johnnesky

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

  1. Run npm run test:browser
  2. The test fails.

Metadata

Metadata

Labels

help wantedExternal contributions actively solicitedissue: bugDescribes why the code or behaviour is wrongsize: smallBugs that can be picked up and completed in 1-3 days

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions