There are two tests in Blockly's browser test suite (npm run test:browser) that exercise dragging out every block in the test blocks toolbox provided by the devtools plugin. We should either move those two tests ("opening every toolbox category in the test toolbox in LTR" and "opening every toolbox category in the test toolbox in RTL") into the devtools plugin, or reenable them after adjusting the infrastructure such that they can be run from core again.
There are two tests in Blockly's browser test suite (
npm run test:browser) that exercise dragging out every block in the test blocks toolbox provided by the devtools plugin. We should either move those two tests ("opening every toolbox category in the test toolbox in LTR" and "opening every toolbox category in the test toolbox in RTL") into the devtools plugin, or reenable them after adjusting the infrastructure such that they can be run from core again.