fix Changing current path e2e

pull/5370/head
aniket-engg 3 years ago committed by Aniket
parent 8029dc6b42
commit 318d4e2809
  1. 1
      apps/remix-ide-e2e/src/tests/solidityUnittests.test.ts

@ -150,6 +150,7 @@ module.exports = {
.waitForElementPresent('*[data-id="verticalIconsKindfilePanel"]')
.addFile('myTests/simple_storage_test.sol', sources[0]['tests/simple_storage_test.sol'])
.clickLaunchIcon('solidityUnitTesting')
.clearValue('*[data-id="uiPathInput"]')
.setValue('*[data-id="uiPathInput"]', 'myTests')
.click('*[data-id="testTabGenerateTestFolder"]')
.clickElementAtPosition('.singleTest', 0, { forceSelectIfUnselected: true })

Loading…
Cancel
Save