|
|
|
@ -133,9 +133,9 @@ module.exports = { |
|
|
|
|
.click('*[data-id="localPluginRadioButtonsidePanel"]') |
|
|
|
|
.click('*[data-id="pluginManagerLocalPluginModalDialog-modal-footer-ok-react"]') |
|
|
|
|
// .modalFooterOKClick()
|
|
|
|
|
.pause(5000) |
|
|
|
|
// .pause(2000)
|
|
|
|
|
.waitForElementVisible('*[data-shared="tooltipPopup"]') |
|
|
|
|
.pause(2000) |
|
|
|
|
.pause(5000) |
|
|
|
|
.assert.containsText('*[data-shared="tooltipPopup"]', 'Cannot create Plugin : This name has already been used') |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
@ -146,7 +146,8 @@ module.exports = { |
|
|
|
|
.waitForElementVisible('*[data-id="remixIdeSidePanel"]') |
|
|
|
|
.pause(3000) |
|
|
|
|
.perform((done) => { |
|
|
|
|
plugins.forEach(plugin => { |
|
|
|
|
const filtered = plugins.filter(plugin => plugin !== 'testremixIde') // remove this when localplugin bug is resolved
|
|
|
|
|
filtered.forEach(plugin => { |
|
|
|
|
if (plugin !== testData.pluginName) { |
|
|
|
|
browser.waitForElementVisible(`[plugin="${plugin}"`) |
|
|
|
|
} |
|
|
|
|