re-pin & delete e2e

flakycookbook
aniket-engg 10 months ago committed by Aniket
parent c478b0a3df
commit 6f7f235abf
  1. 8
      apps/remix-ide-e2e/src/tests/pinned_contracts.test.ts

@ -85,4 +85,12 @@ module.exports = {
'decoded output': { "0": "uint256: 55" }
})
},
'Re-pin & delete immediately #group1': function (browser: NightwatchBrowser) {
browser
.click('*[data-id="universalDappUiUdappPin"]')
.assert.elementPresent('*[data-id="deployAndRunNoInstanceText"]')
.click('*[data-id="universalDappUiUdappDelete"]')
.assert.textContains('*[data-id="NoPinnedInstanceText"]', 'No pinned contracts found for selected workspace & network')
.assert.textContains('*[data-id="deployAndRunNoInstanceText"]', 'Currently you have no unpinned contracts to interact with.')
},
}
Loading…
Cancel
Save