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 8771506 commit 63c4d2cCopy full SHA for 63c4d2c
apps/remix-ide-e2e/src/tests/migrateFileSystem.test.ts
@@ -111,7 +111,7 @@ module.exports = {
111
browser.assert.equal(metadata.test, 'data')
112
})
113
},
114
- 'Should have a empty workspace #group1 #group3 #group5 #group7': function (browser: NightwatchBrowser) {
+ 'Should have an empty workspace #group1 #group3 #group5 #group7': function (browser: NightwatchBrowser) {
115
browser.waitForElementVisible('*[data-id="remixIdeSidePanel"]', 5000)
116
.switchWorkspace('emptyspace')
117
0 commit comments