pull/5358/head
bunsenstraat 3 weeks ago
parent bb0fb3c496
commit 4560f68aa9
  1. 6
      apps/remix-ide-e2e/src/tests/metamask.test.ts

@ -67,7 +67,7 @@ const tests = {
.switchBrowserTab(0) // back to remix .switchBrowserTab(0) // back to remix
}, },
'Should add a contract file #flaky #group1': function (browser: NightwatchBrowser) { 'Should add a contract file #group1': function (browser: NightwatchBrowser) {
browser.waitForElementVisible('*[data-id="remixIdeSidePanel"]') browser.waitForElementVisible('*[data-id="remixIdeSidePanel"]')
.clickLaunchIcon('filePanel') .clickLaunchIcon('filePanel')
.addFile('Greet.sol', sources[0]['Greet.sol']) .addFile('Greet.sol', sources[0]['Greet.sol'])
@ -193,7 +193,7 @@ const tests = {
}, },
// main network tests // main network tests
'Should connect to Ethereum Main Network using MetaMask #flaky #group2': function (browser: NightwatchBrowser) { 'Should connect to Ethereum Main Network using MetaMask #group2': function (browser: NightwatchBrowser) {
browser.waitForElementPresent('*[data-id="remixIdeSidePanel"]') browser.waitForElementPresent('*[data-id="remixIdeSidePanel"]')
.switchBrowserTab(1) .switchBrowserTab(1)
.click('[data-testid="network-display"]') .click('[data-testid="network-display"]')
@ -324,7 +324,7 @@ const tests = {
.journalLastChildIncludes('["0x76a3ABb5a12dcd603B52Ed22195dED17ee82708f"]') .journalLastChildIncludes('["0x76a3ABb5a12dcd603B52Ed22195dED17ee82708f"]')
}, },
// EIP 712 tests // EIP 712 tests
'Test EIP 712 Signature with Injected Provider (Metamask) #flaky #group4': function (browser: NightwatchBrowser) { 'Test EIP 712 Signature with Injected Provider (Metamask) #group4': function (browser: NightwatchBrowser) {
browser browser
.waitForElementPresent('i[id="remixRunSignMsg"]') .waitForElementPresent('i[id="remixRunSignMsg"]')
.click('i[id="remixRunSignMsg"]') .click('i[id="remixRunSignMsg"]')

Loading…
Cancel
Save