chore: remove underscores from properties and methods in trashcan (#6959)

This commit is contained in:
Rachel Fenichel
2023-04-07 14:51:35 -07:00
committed by GitHub
parent 2167afab85
commit 8378eddd17
3 changed files with 105 additions and 109 deletions

View File

@@ -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);