From 2388bfd63963f8ec94fe2b7fd991e442910f30c0 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Tue, 19 Jan 2021 15:02:21 +0100 Subject: [PATCH] Revert "Fixed failing firefox tests" This reverts commit 64e4ee8e96dbae05fad16deb4efc59fc523008ff. --- apps/remix-ide-e2e/src/commands/executeScript.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/commands/executeScript.ts b/apps/remix-ide-e2e/src/commands/executeScript.ts index d85e9118e0..c89f6bd500 100644 --- a/apps/remix-ide-e2e/src/commands/executeScript.ts +++ b/apps/remix-ide-e2e/src/commands/executeScript.ts @@ -5,7 +5,7 @@ class ExecuteScript extends EventEmitter { command (this: NightwatchBrowser, script: string): NightwatchBrowser { this.api .clearEditableContent('*[data-id="terminalCliInput"]') - .click('*[data-id="terminalCliInput"]') + .click('*[data-id="terminalCli"]') .sendKeys('*[data-id="terminalCliInput"]', script) .sendKeys('*[data-id="terminalCliInput"]', this.api.Keys.ENTER) .sendKeys('*[data-id="terminalCliInput"]', this.api.Keys.ENTER)