File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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' )
You can’t perform that action at this time.
0 commit comments