updated the test

pull/1176/head
lianahus 4 years ago committed by Aniket
parent b18b36f7a2
commit 7e55807aad
  1. 2
      apps/remix-ide-e2e/src/tests/solidityUnittests.spec.ts

@ -147,7 +147,9 @@ module.exports = {
'Changing current path when workspace changed': function (browser: NightwatchBrowser) {
browser
.waitForElementPresent('*[data-id="verticalIconsKindfilePanel"]')
.clickLaunchIcon('settings')
.clickLaunchIcon('solidityUnitTesting')
.waitForElementPresent('*[data-id="uiPathInput"]', 3000)
.clearValue('*[data-id="uiPathInput"]')
.setValue('*[data-id="uiPathInput"]', 'tests1')
.click('*[data-id="testTabGenerateTestFolder"]')

Loading…
Cancel
Save