From 66502ea0b5607ae36e0e863cfcb6c1e5dcd7833b Mon Sep 17 00:00:00 2001 From: LianaHus Date: Thu, 4 Jun 2020 13:15:45 +0200 Subject: [PATCH] fixed the test: --- apps/remix-ide/test-browser/tests/pluginManager.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide/test-browser/tests/pluginManager.test.js b/apps/remix-ide/test-browser/tests/pluginManager.test.js index 4a1d8831f1..a76a6a75d4 100644 --- a/apps/remix-ide/test-browser/tests/pluginManager.test.js +++ b/apps/remix-ide/test-browser/tests/pluginManager.test.js @@ -27,8 +27,8 @@ module.exports = { .waitForElementVisible('*[data-id="pluginManagerComponentActivateButtondebugger"]') .clearValue('*[data-id="pluginManagerComponentSearchInput"]') .click('*[data-id="pluginManagerComponentSearchInput"]') - .keys('Deploy & run transactions') - .waitForElementVisible('*[data-id="pluginManagerComponentActivateButtonudapp"]') + .keys('Vyper') + .waitForElementVisible('*[data-id="pluginManagerComponentActivateButtonvyper"]') .clearValue('*[data-id="pluginManagerComponentSearchInput"]') .click('*[data-id="pluginManagerComponentSearchInput"]') .keys('ZoKrates')