Skip to content

Commit 8771506

Browse files
PricstasAniket-Engg
authored andcommitted
typo migrateFileSystem.test.ts
1 parent c1c2350 commit 8771506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide-e2e/src/tests/migrateFileSystem.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module.exports = {
101101
browser.assert.equal(content, 'testing')
102102
})
103103
},
104-
'Should have a artifacts file with JSON test data #group1 #group3 #group5 #group7': function (browser: NightwatchBrowser) {
104+
'Should have an artifacts file with JSON test data #group1 #group3 #group5 #group7': function (browser: NightwatchBrowser) {
105105
browser.waitForElementVisible('*[data-id="remixIdeSidePanel"]', 5000)
106106
.click('*[data-id="treeViewLitreeViewItemtest_contracts/artifacts"]')
107107
.openFile('test_contracts/artifacts/Storage_metadata.json')

0 commit comments

Comments
 (0)