partest
bunsenstraat 3 weeks ago
parent 5d622e82ec
commit 5a518adba5
  1. 12
      apps/remix-ide-e2e/src/tests/metamask.test.ts

@ -308,13 +308,13 @@ const tests = {
.perform(() => done()) .perform(() => done())
}) })
}) })
//.testFunction('last', .testFunction('last',
// { {
// status: '0x1 Transaction mined and execution succeed', status: '0x1 Transaction mined and execution succeed',
// 'decoded input': { 'address to': '0x4B0897b0513fdC7C541B6d9D7E929C4e5364D2dB' } 'decoded input': { 'address to': '0x4B0897b0513fdC7C541B6d9D7E929C4e5364D2dB' }
// }) })
}, },
'Should debug Sepolia transaction with source highlighting MetaMask #group3': !function (browser: NightwatchBrowser) { 'Should debug Sepolia transaction with source highlighting MetaMask #group3': function (browser: NightwatchBrowser) {
let txhash let txhash
browser.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) browser.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
.clickLaunchIcon('pluginManager') // load debugger and source verification .clickLaunchIcon('pluginManager') // load debugger and source verification

Loading…
Cancel
Save