e2e updated

pull/1738/head
Aniket-Engg 3 years ago committed by yann300
parent 774a8748e1
commit 0fedf0b1c8
  1. 2
      apps/remix-ide-e2e/src/tests/solidityUnittests.spec.ts

@ -276,6 +276,8 @@ module.exports = {
.setValue('*[data-id="slider"]', new Array(1).fill(browser.Keys.RIGHT_ARROW))
.waitForElementContainsText('*[data-id="functionPanel"]', 'equal(a, b, message)', 60000)
.waitForElementContainsText('*[data-id="functionPanel"]', 'checkWinningProposalPassed()', 60000)
// remix_test.sol should be opened in editor
.getEditorValue((content) => browser.assert.ok(content.indexOf('library Assert {') !== -1))
.pause(1000)
.clickLaunchIcon('solidityUnitTesting')
.scrollAndClick('#Check_winning_proposal_again')

Loading…
Cancel
Save