From 1649960d977d347cc650b0549dcb582252d935cf Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Mon, 18 May 2020 18:40:22 +0000 Subject: [PATCH] Removed click for uninteractable element --- apps/remix-ide/test-browser/commands/testFunction.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/remix-ide/test-browser/commands/testFunction.js b/apps/remix-ide/test-browser/commands/testFunction.js index 4538302ca5..5813e4e4b6 100644 --- a/apps/remix-ide/test-browser/commands/testFunction.js +++ b/apps/remix-ide/test-browser/commands/testFunction.js @@ -10,7 +10,6 @@ class TestFunction extends EventEmitter { browser.waitForElementVisible(`*[data-id="txLogger${txHash}"]`) .click(`*[data-id="txLogger${txHash}"]`) .waitForElementVisible(`*[data-id="txLoggerTable${txHash}"]`) - .click(`*[data-id="txLoggerTable${txHash}"]`) // fetch and format transaction logs as key => pair object .elements('css selector', `*[data-shared="key_${txHash}"]`, (res) => { diff --git a/package.json b/package.json index 7e46077afd..d242a8b86c 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "nightwatch_parallel": "nightwatch -e chrome,firefox --config apps/remix-ide/nightwatch.js", "nightwatch_local_firefox": "nightwatch --config apps/remix-ide/nightwatch.js --env firefox", "nightwatch_local_chrome": "nightwatch --config apps/remix-ide/nightwatch.js --env chrome", - "nightwatch_local_ballot": "nightwatch ./apps/remix-ide/test-browser/tests/ballot.test.js --config apps/remix-ide/nightwatch.js --env firefox ", + "nightwatch_local_ballot": "nightwatch ./apps/remix-ide/test-browser/tests/ballot.test.js --config apps/remix-ide/nightwatch.js --env chrome ", "nightwatch_local_libraryDeployment": "nightwatch ./apps/remix-ide/test-browser/tests/libraryDeployment.test.js --config apps/remix-ide/nightwatch.js --env chrome ", "nightwatch_local_solidityImport": "nightwatch ./apps/remix-ide/test-browser/tests/solidityImport.test.js --config apps/remix-ide/nightwatch.js --env chrome ", "nightwatch_local_recorder": "nightwatch ./apps/remix-ide/test-browser/tests/recorder.test.js --config apps/remix-ide/nightwatch.js --env chrome ",