|
|
@ -352,8 +352,9 @@ const tests = { |
|
|
|
.journalLastChildIncludes('["0x76a3ABb5a12dcd603B52Ed22195dED17ee82708f"]') |
|
|
|
.journalLastChildIncludes('["0x76a3ABb5a12dcd603B52Ed22195dED17ee82708f"]') |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
'Test EIP 712 Signature with Injected Provider (Metamask) #group4': !function (browser: NightwatchBrowser) { |
|
|
|
'Test EIP 712 Signature with Injected Provider (Metamask) #group4': function (browser: NightwatchBrowser) { |
|
|
|
browser.waitForElementPresent('i[id="remixRunSignMsg"]') |
|
|
|
browser |
|
|
|
|
|
|
|
.waitForElementPresent('i[id="remixRunSignMsg"]') |
|
|
|
.click('i[id="remixRunSignMsg"]') |
|
|
|
.click('i[id="remixRunSignMsg"]') |
|
|
|
.waitForElementVisible('*[data-id="signMessageTextarea"]', 120000) |
|
|
|
.waitForElementVisible('*[data-id="signMessageTextarea"]', 120000) |
|
|
|
.click('*[data-id="sign-eip-712"]') |
|
|
|
.click('*[data-id="sign-eip-712"]') |
|
|
|