|
|
|
@ -22,20 +22,20 @@ module.exports = { |
|
|
|
|
|
|
|
|
|
'Should Search for plugins': function (browser) { |
|
|
|
|
browser.waitForElementVisible('*[data-id="pluginManagerComponentPluginManager"]') |
|
|
|
|
.click('*[data-id="pluginManagerComponentSearchInput"]') |
|
|
|
|
.keys('debugger') |
|
|
|
|
.waitForElementVisible('*[data-id="pluginManagerComponentActivateButtondebugger"]') |
|
|
|
|
.clearValue('*[data-id="pluginManagerComponentSearchInput"]') |
|
|
|
|
.click('*[data-id="pluginManagerComponentSearchInput"]') |
|
|
|
|
.keys('Deploy & run transactions') |
|
|
|
|
.waitForElementVisible('*[data-id="pluginManagerComponentActivateButtonudapp"]') |
|
|
|
|
.clearValue('*[data-id="pluginManagerComponentSearchInput"]') |
|
|
|
|
.click('*[data-id="pluginManagerComponentSearchInput"]') |
|
|
|
|
.keys('ZoKrates') |
|
|
|
|
.waitForElementVisible('*[data-id="pluginManagerComponentActivateButtonZoKrates"]') |
|
|
|
|
.clearValue('*[data-id="pluginManagerComponentSearchInput"]') |
|
|
|
|
.click('*[data-id="pluginManagerComponentSearchInput"]') |
|
|
|
|
.keys(browser.Keys.ENTER) |
|
|
|
|
.click('*[data-id="pluginManagerComponentSearchInput"]') |
|
|
|
|
.keys('debugger') |
|
|
|
|
.waitForElementVisible('*[data-id="pluginManagerComponentActivateButtondebugger"]') |
|
|
|
|
.clearValue('*[data-id="pluginManagerComponentSearchInput"]') |
|
|
|
|
.click('*[data-id="pluginManagerComponentSearchInput"]') |
|
|
|
|
.keys('Deploy & run transactions') |
|
|
|
|
.waitForElementVisible('*[data-id="pluginManagerComponentActivateButtonudapp"]') |
|
|
|
|
.clearValue('*[data-id="pluginManagerComponentSearchInput"]') |
|
|
|
|
.click('*[data-id="pluginManagerComponentSearchInput"]') |
|
|
|
|
.keys('ZoKrates') |
|
|
|
|
.waitForElementVisible('*[data-id="pluginManagerComponentActivateButtonZoKrates"]') |
|
|
|
|
.clearValue('*[data-id="pluginManagerComponentSearchInput"]') |
|
|
|
|
.click('*[data-id="pluginManagerComponentSearchInput"]') |
|
|
|
|
.keys(browser.Keys.ENTER) |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
'Should activate plugins': function (browser) { |
|
|
|
|