We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c2350 commit 8771506Copy full SHA for 8771506
apps/remix-ide-e2e/src/tests/migrateFileSystem.test.ts
@@ -101,7 +101,7 @@ module.exports = {
101
browser.assert.equal(content, 'testing')
102
})
103
},
104
- '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) {
105
browser.waitForElementVisible('*[data-id="remixIdeSidePanel"]', 5000)
106
.click('*[data-id="treeViewLitreeViewItemtest_contracts/artifacts"]')
107
.openFile('test_contracts/artifacts/Storage_metadata.json')
0 commit comments