Disable test to drag all blocks out and fix comment resize test

This commit is contained in:
Erik Pasternak
2025-06-27 15:24:09 -07:00
parent 3d6ac549a9
commit ce3e251441
4 changed files with 12 additions and 9 deletions

View File

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