Add delay for tooltip display

pull/5370/head
ioedeveloper 5 years ago
parent 97f28e9c74
commit d4d6ef7d66
  1. 2
      test-browser/tests/pluginManager.js

@ -123,7 +123,7 @@ module.exports = {
.click('*[data-id="localPluginRadioButtonsidePanel"]')
.click('*[data-id="modalDialogModalFooter"]')
.modalFooterOKClick()
.pause(5000)
.pause(2000)
.waitForElementVisible('*[data-shared="tooltipPopup"]:nth-last-of-type(1)')
.pause(2000)
.assert.containsText('*[data-shared="tooltipPopup"]:nth-last-of-type(1)', 'Cannot create Plugin : This name has already been used')

Loading…
Cancel
Save