mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
chore: remove underscores from properties and methods in trashcan (#6959)
This commit is contained in:
@@ -71,7 +71,7 @@ suite('Comment Deserialization', function() {
|
||||
this.block.checkAndDelete();
|
||||
chai.assert.equal(this.workspace.getAllBlocks().length, 0);
|
||||
// Open trashcan.
|
||||
simulateClick(this.workspace.trashcan.svgGroup_);
|
||||
simulateClick(this.workspace.trashcan.svgGroup);
|
||||
// Place from trashcan.
|
||||
simulateClick(this.workspace.trashcan.flyout.svgGroup_.querySelector('.blocklyDraggable'));
|
||||
chai.assert.equal(this.workspace.getAllBlocks().length, 1);
|
||||
|
||||
Reference in New Issue
Block a user