mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
fix: undoing and redoing parameter events (#6721)
* fix: undoing and redoing parameters creating dupe parameters * chore: add tests for undoing and redoing adding parameters * fix: undoing and redoing renaming parameters * chore: change tests to tick clock * chore: format * chore: add tests for deleting procedure parameters * chore: fix tests * chore: unskip tests * chore: fix return type of saveExtraState * chore: increase mocha timeout
This commit is contained in:
@@ -53,7 +53,7 @@ async function runMochaTestsInBrowser() {
|
||||
const text = await elem.getAttribute('tests_failed');
|
||||
return text !== 'unset';
|
||||
}, {
|
||||
timeout: 50000,
|
||||
timeout: 100000,
|
||||
});
|
||||
|
||||
const elem = await browser.$('#failureCount');
|
||||
|
||||
Reference in New Issue
Block a user