typo migrateFileSystem.test.ts

pull/5581/head
Tristav 1 month ago committed by Aniket
parent c1c23505d2
commit 8771506a3a
  1. 2
      apps/remix-ide-e2e/src/tests/migrateFileSystem.test.ts

@ -101,7 +101,7 @@ module.exports = {
browser.assert.equal(content, 'testing')
})
},
'Should have a artifacts file with JSON test data #group1 #group3 #group5 #group7': function (browser: NightwatchBrowser) {
'Should have an artifacts file with JSON test data #group1 #group3 #group5 #group7': function (browser: NightwatchBrowser) {
browser.waitForElementVisible('*[data-id="remixIdeSidePanel"]', 5000)
.click('*[data-id="treeViewLitreeViewItemtest_contracts/artifacts"]')
.openFile('test_contracts/artifacts/Storage_metadata.json')

Loading…
Cancel
Save