From 13292259df7842cb4644095800ab1627e83e3059 Mon Sep 17 00:00:00 2001 From: LianaHus Date: Mon, 16 Mar 2020 13:59:55 +0100 Subject: [PATCH] fixing test --- test-browser/tests/pluginManager.js | 1 + test-browser/tests/recorder.js | 1 + 2 files changed, 2 insertions(+) diff --git a/test-browser/tests/pluginManager.js b/test-browser/tests/pluginManager.js index 2e0bcdb125..2dc5bc5720 100644 --- a/test-browser/tests/pluginManager.js +++ b/test-browser/tests/pluginManager.js @@ -123,6 +123,7 @@ module.exports = { .click('*[data-id="localPluginRadioButtonsidePanel"]') .click('*[data-id="modalDialogModalFooter"]') .modalFooterOKClick() + .pause(5000) .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') diff --git a/test-browser/tests/recorder.js b/test-browser/tests/recorder.js index 8f39aacb75..bf015574cd 100644 --- a/test-browser/tests/recorder.js +++ b/test-browser/tests/recorder.js @@ -16,6 +16,7 @@ module.exports = { .selectAccount('0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c') // this account will be used for this test suite .click('div[class^="cardContainer"] i[class^="arrow"]') .click('#runTabView .runtransaction') + .pause(10000) .waitForElementPresent('.instance:nth-of-type(2)') .click('.instance:nth-of-type(2) > div > button') .waitForElementPresent('.instance:nth-of-type(3)')