@@ -69,7 +69,7 @@ const tests = {
6969 locateStrategy : 'xpath'
7070 }
7171 )
72- // check if forked state is selected as current envionment
72+ // check if forked state is selected as current environment
7373 . assert . elementPresent ( '*[data-id="selected-provider-vm-fs-forkedState_1"]' )
7474 // check if forked state file is created with expected details
7575 . openFile ( '.states/forked_states/forkedState_1.json' )
@@ -105,12 +105,12 @@ const tests = {
105105 . setValue ( 'input[data-id="modalDialogForkState"]' , 'forkedState_2' )
106106 . modalFooterOKClick ( 'udappNotify' )
107107 . waitForElementVisible ( '*[data-shared="tooltipPopup"]' , 10000 )
108- . assert . textContains ( '*[data-shared="tooltipPopup"]' , `VM state 'forkedState_2' forked and selected as current envionment .` )
109- // check if 'forkedState_2' is selected as current envionment
108+ . assert . textContains ( '*[data-shared="tooltipPopup"]' , `VM state 'forkedState_2' forked and selected as current environment .` )
109+ // check if 'forkedState_2' is selected as current environment
110110 . assert . elementPresent ( '*[data-id="selected-provider-vm-fs-forkedState_2"]' )
111- // check if 'forkedState_2' is present in envionment explorer
111+ // check if 'forkedState_2' is present in environment explorer
112112 . assert . elementPresent ( '[data-id="remixUIGSforkedState_2"]' )
113- // check if 'forkedState_2' is pinned in envionment explorer
113+ // check if 'forkedState_2' is pinned in environment explorer
114114 . assert . elementPresent ( '[data-id="vm-fs-forkedState_2-pinned"]' )
115115 // 'forkedState_2' should have 3 blocks
116116 . assert . textContains ( '[data-id="vm-fs-forkedState_2desc"]' , 'Latest Block: 3' )
0 commit comments