Skip to content

Commit 58d8308

Browse files
maradini77Aniket-Engg
authored andcommitted
Update workspace_git.test.ts
1 parent bc08fd1 commit 58d8308

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ module.exports = {
434434
.click('*[data-id="saveGitHubCredentials"]')
435435
.modalFooterOKClick('github-credentials-error')
436436
},
437-
'check source controle panel #group5': function (browser: NightwatchBrowser) {
437+
'check source control panel #group5': function (browser: NightwatchBrowser) {
438438
browser
439439
.waitForElementVisible('*[data-id="sourcecontrol-panel"]')
440440
.click('*[data-id="sourcecontrol-panel"]')
@@ -448,7 +448,7 @@ module.exports = {
448448
.clickLaunchIcon('filePanel')
449449
.switchWorkspace('default_workspace')
450450
},
451-
'check source controle panel again #group5': function (browser: NightwatchBrowser) {
451+
'check source control panel again #group5': function (browser: NightwatchBrowser) {
452452
browser
453453
.pause(1000)
454454
.clickLaunchIcon('dgit')
@@ -485,7 +485,7 @@ module.exports = {
485485
'Incorrect content')
486486
})
487487
},
488-
'check source controle panel for uniswap #group5': function (browser: NightwatchBrowser) {
488+
'check source control panel for uniswap #group5': function (browser: NightwatchBrowser) {
489489
browser
490490
.pause(5000)
491491
.clickLaunchIcon('dgit')

0 commit comments

Comments
 (0)