pull/2262/head
yann300 3 years ago
parent c0e4369ba5
commit 33978af441
  1. 2
      apps/remix-ide-e2e/src/tests/libraryDeployment.test.ts

@ -41,7 +41,7 @@ module.exports = {
.clickLaunchIcon('settings')
.click('*[data-id="settingsTabGenerateContractMetadataLabel"]')
.clickLaunchIcon('solidity')
.click('#compileTabView button[title="Compile"]') // that should generate the JSON artefact
.click('#compileTabView button[data-id="compilerContainerCompileBtn"]') // that should generate the JSON artefact
.clickLaunchIcon('udapp')
.verifyContracts(['test'])
.clickLaunchIcon('udapp')

Loading…
Cancel
Save