From dc37f543bb403aeda8760e8785d74d1f909c3ab7 Mon Sep 17 00:00:00 2001 From: "davidzagi93@gmail.com" Date: Thu, 16 Sep 2021 12:49:45 +0100 Subject: [PATCH] restoring .env file and removing comments in addFile --- .env | 4 ++++ apps/remix-ide-e2e/src/commands/addFile.ts | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000000..8db17993d7 --- /dev/null +++ b/.env @@ -0,0 +1,4 @@ +gist_token= +account_passphrase= +account_password= +NODE_OPTIONS=--max-old-space-size=2048 \ No newline at end of file diff --git a/apps/remix-ide-e2e/src/commands/addFile.ts b/apps/remix-ide-e2e/src/commands/addFile.ts index 8254291d34..8fc6b1940b 100644 --- a/apps/remix-ide-e2e/src/commands/addFile.ts +++ b/apps/remix-ide-e2e/src/commands/addFile.ts @@ -17,7 +17,6 @@ function addFile (browser: NightwatchBrowser, name: string, content: NightwatchC browser.clickLaunchIcon('udapp') .clickLaunchIcon('filePanel') .click('li[data-id="treeViewLitreeViewItemREADME.txt"]') // focus on root directory - // .click('.newFile') .click('[data-id="fileExplorerNewFilecreateNewFile"]') .waitForElementContainsText('*[data-id$="/blank"]', '', 60000) .sendKeys('*[data-id$="/blank"] .remixui_items', name)