Skip to content

Commit b302fe1

Browse files
ThabokaniAniket-Engg
authored andcommitted
fix typo in apps/remix-ide-e2e/src/tests/workspace_git.test.ts
1 parent a5efd95 commit b302fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ module.exports = {
295295
.click('[data-id="treeViewDivtreeViewItemrecursive/plugins"]')
296296
.waitForElementVisible('[data-id="treeViewDivtreeViewItemrecursive/plugins/build"]')
297297
},
298-
'When switching branches the submodules should dissappear #group4': function (browser: NightwatchBrowser) {
298+
'When switching branches the submodules should disappear #group4': function (browser: NightwatchBrowser) {
299299
browser
300300
.waitForElementVisible('[data-id="workspaceGitBranchesDropdown"]')
301301
.click('[data-id="workspaceGitBranchesDropdown"]')

0 commit comments

Comments
 (0)