pull/2265/head^2
yann300 3 years ago
parent 7f4fea5343
commit 896bfac66d
  1. 1
      apps/remix-ide-e2e/src/tests/providers.test.ts
  2. 1
      libs/remix-ui/run-tab/src/lib/actions/index.ts

@ -21,6 +21,7 @@ module.exports = {
.waitForElementContainsText('*[data-id="ganache-providerModalDialogModalBody-react"]', 'Error while connecting to the provider')
.modalFooterOKClick('ganache-provider')
.waitForElementNotVisible('*[data-id="ganache-providerModalDialogModalBody-react"]')
.pause(1000)
},
'Should switch to ganache provider, use the default ganache URL and succeed to connect': function (browser: NightwatchBrowser) {

@ -206,7 +206,6 @@ export const setNetworkNameFromProvider = (networkName: string) => {
}
const addExternalProvider = (network) => {
console.log('adding ext provider', network)
dispatch(addProvider(network))
}

Loading…
Cancel
Save