|
|
@ -395,7 +395,7 @@ module.exports = { |
|
|
|
.pause(100) |
|
|
|
.pause(100) |
|
|
|
.waitForElementVisible('*[data-id="treeViewLitreeViewItemcircuits"]') |
|
|
|
.waitForElementVisible('*[data-id="treeViewLitreeViewItemcircuits"]') |
|
|
|
.waitForElementVisible('*[data-id="treeViewLitreeViewItemcircuits/calculate_hash.circom"]') |
|
|
|
.waitForElementVisible('*[data-id="treeViewLitreeViewItemcircuits/calculate_hash.circom"]') |
|
|
|
.click('*[data-id="treeViewLitreeViewItemcircuits/calculateHash.circom"]') |
|
|
|
.click('*[data-id="treeViewLitreeViewItemcircuits/calculate_hash.circom"]') |
|
|
|
.pause(1000) |
|
|
|
.pause(1000) |
|
|
|
.getEditorValue((content) => { |
|
|
|
.getEditorValue((content) => { |
|
|
|
browser.assert.ok(content.indexOf(`template CalculateHash() {`) !== -1, |
|
|
|
browser.assert.ok(content.indexOf(`template CalculateHash() {`) !== -1, |
|
|
|