Fixed failing test

pull/5370/head
ioedeveloper 4 years ago
parent 510dc19fbe
commit a86de1ccbb
  1. 2
      apps/remix-ide-e2e/src/tests/fileManager_api.spec.ts

@ -147,7 +147,7 @@ const executeReadFile = `
const executeCopyFile = `
const run = async () => {
await remix.call('fileManager', 'copyFile', 'contracts/3_Ballot.sol', 'new_contract.sol')
await remix.call('fileManager', 'copyFile', 'contracts/3_Ballot.sol', '/', 'new_contract.sol')
const result = await remix.call('fileManager', 'readFile', 'new_contract.sol')
console.log(result)

Loading…
Cancel
Save