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 a5efd95 commit b302fe1Copy full SHA for b302fe1
apps/remix-ide-e2e/src/tests/workspace_git.test.ts
@@ -295,7 +295,7 @@ module.exports = {
295
.click('[data-id="treeViewDivtreeViewItemrecursive/plugins"]')
296
.waitForElementVisible('[data-id="treeViewDivtreeViewItemrecursive/plugins/build"]')
297
},
298
- 'When switching branches the submodules should dissappear #group4': function (browser: NightwatchBrowser) {
+ 'When switching branches the submodules should disappear #group4': function (browser: NightwatchBrowser) {
299
browser
300
.waitForElementVisible('[data-id="workspaceGitBranchesDropdown"]')
301
.click('[data-id="workspaceGitBranchesDropdown"]')
0 commit comments