mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Disable test to drag all blocks out and fix comment resize test
This commit is contained in:
@@ -103,7 +103,7 @@ suite('Testing Connecting Blocks', function (done) {
|
||||
runButton.click();
|
||||
await this.browser.pause(PAUSE_TIME);
|
||||
const alertText = await this.browser.getAlertText(); // get the alert text
|
||||
chai.assert.equal(alertText, 'abc');
|
||||
chai.assert.equal(alertText, '123');
|
||||
await this.browser.acceptAlert();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user