remove flaky tags

pull/5382/head
bunsenstraat 2 weeks ago committed by Aniket
parent ea413f474a
commit f799ca6fc4
  1. 2
      apps/remix-ide-e2e/src/tests/metamask.test.ts
  2. 2
      apps/remix-ide-e2e/src/tests/runAndDeploy_injected.test.ts
  3. 2
      apps/remix-ide-e2e/src/tests/url.test.ts

@ -222,7 +222,7 @@ const tests = {
.modalFooterCancelClick('udappNotify') .modalFooterCancelClick('udappNotify')
}, },
// debug transaction // debug transaction
'Should deploy Ballot to Sepolia using metamask #group1 #flaky': function (browser: NightwatchBrowser) { 'Should deploy Ballot to Sepolia using metamask #group1': 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"]')

@ -240,7 +240,7 @@ const tests = {
.journalLastChildIncludes('["0x76a3ABb5a12dcd603B52Ed22195dED17ee82708f"]') .journalLastChildIncludes('["0x76a3ABb5a12dcd603B52Ed22195dED17ee82708f"]')
}, },
'Test EIP 712 Signature with Injected Provider (Metamask) #group1 #flaky': function (browser: NightwatchBrowser) { 'Test EIP 712 Signature with Injected Provider (Metamask) #group1': 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)

@ -91,7 +91,7 @@ module.exports = {
}) })
}, },
'Should load Etherscan verified contracts from URL "address" param) #flaky #group1': function (browser: NightwatchBrowser) { 'Should load Etherscan verified contracts from URL "address" param) #group1': function (browser: NightwatchBrowser) {
browser browser
.url('http://127.0.0.1:8080/#address=0xdac17f958d2ee523a2206206994597c13d831ec7') .url('http://127.0.0.1:8080/#address=0xdac17f958d2ee523a2206206994597c13d831ec7')
.refreshPage() .refreshPage()

Loading…
Cancel
Save