restoring .env file and removing comments in addFile

pull/1342/head
davidzagi93@gmail.com 3 years ago
parent efd0960463
commit dc37f543bb
  1. 4
      .env
  2. 1
      apps/remix-ide-e2e/src/commands/addFile.ts

@ -0,0 +1,4 @@
gist_token=<token>
account_passphrase=<passphrase>
account_password=<password>
NODE_OPTIONS=--max-old-space-size=2048

@ -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)

Loading…
Cancel
Save