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:
Beka Westberg
2023-01-06 23:32:04 +00:00
committed by GitHub
parent e1995ae3b0
commit 23fb76b9f2
6 changed files with 316 additions and 133 deletions

View File

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