Added test cases of flow control on cookbook

This commit is contained in:
nakanishi
2018-07-12 15:28:40 +09:00
parent c2675600f6
commit 9f5767ea16
5 changed files with 88 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ function addNode(type, x, y) {
}
function deleteAllNodes() {
browser.click('.innerCanvas');
browser.keys(['Control', 'a', 'a', 'Control']); // call twice to release the keys.
browser.keys(['Delete']);
}