fix element props for e2e

pull/2904/head
Joseph Izang 2 years ago
parent a8f04da75c
commit 44878f25c2
  1. 2
      apps/remix-ide-e2e/src/commands/addAtAddressInstance.ts

@ -27,7 +27,7 @@ function addInstance (browser: NightwatchBrowser, address: string, isValidFormat
locateStrategy: 'xpath'
})
.click({
selector: '//button[@data-id="runAndDeployAtAdressButton"]',
selector: '//button[@id="runAndDeployAtAdressButton"]',
locateStrategy: 'xpath'
})
.waitForElementPresent('[data-id="udappNotify-modal-footer-ok-react"]')

Loading…
Cancel
Save