pull/5343/head
bunsenstraat 4 weeks ago committed by Aniket
parent 0f140978e1
commit 795429d4ef
  1. 4
      apps/remix-ide-e2e/src/tests/runAndDeploy_injected.test.ts

@ -35,7 +35,7 @@ const tests = {
return sources return sources
}, },
'Should connect to Sepolia Test Network using MetaMask #flaky #group1': function (browser: NightwatchBrowser) { 'Should connect to Sepolia Test Network using MetaMask #group3 #group1': function (browser: NightwatchBrowser) {
if (!checkBrowserIsChrome(browser)) return if (!checkBrowserIsChrome(browser)) return
browser.waitForElementPresent('*[data-id="remixIdeSidePanel"]') browser.waitForElementPresent('*[data-id="remixIdeSidePanel"]')
.setupMetamask(passphrase, password) .setupMetamask(passphrase, password)
@ -146,7 +146,7 @@ const tests = {
.modalFooterCancelClick('udappNotify') .modalFooterCancelClick('udappNotify')
}, },
'Should deploy Ballot to Sepolia using metamask #group3': function (browser: NightwatchBrowser) { 'Should deploy Ballot to Sepolia using metamask #flaky #group3': function (browser: NightwatchBrowser) {
if (!checkBrowserIsChrome(browser)) return if (!checkBrowserIsChrome(browser)) return
browser.waitForElementPresent('*[data-id="remixIdeSidePanel"]') browser.waitForElementPresent('*[data-id="remixIdeSidePanel"]')
.switchBrowserTab(1) .switchBrowserTab(1)

Loading…
Cancel
Save