@@ -110,13 +110,13 @@ module.exports = {
110
110
. executeScriptInTerminal ( 'remix.exeCurrent()' )
111
111
. scrollToLine ( 33 )
112
112
. waitForElementPresent ( '.highlightLine34' , 60000 )
113
- . checkElementStyle ( '.highlightLine34' , 'background-color' , 'rgba(0,0,0, 0)' )
113
+ . checkElementStyle ( '.highlightLine34' , 'background-color' , 'rgba(0, 0, 0, 0)' )
114
114
. scrollToLine ( 40 )
115
115
. waitForElementPresent ( '.highlightLine41' , 60000 )
116
- . checkElementStyle ( '.highlightLine41' , 'background-color' , 'rgba(0,0,0, 0)' )
116
+ . checkElementStyle ( '.highlightLine41' , 'background-color' , 'rgba(0, 0, 0, 0)' )
117
117
. scrollToLine ( 50 )
118
118
. waitForElementPresent ( '.highlightLine51' , 60000 )
119
- . checkElementStyle ( '.highlightLine51' , 'background-color' , 'rgba(0,0,0, 0)' )
119
+ . checkElementStyle ( '.highlightLine51' , 'background-color' , 'rgba(0, 0, 0, 0)' )
120
120
} ,
121
121
122
122
'Should remove 1 highlight from source code #group1' :
@@ -132,8 +132,8 @@ module.exports = {
132
132
. waitForElementVisible ( 'li[data-id="treeViewLitreeViewItemcontracts/3_Ballot.sol"]' )
133
133
. click ( 'li[data-id="treeViewLitreeViewItemcontracts/3_Ballot.sol"]' )
134
134
. waitForElementNotPresent ( '.highlightLine33' , 60000 )
135
- . checkElementStyle ( '.highlightLine41' , 'background-color' , 'rgba(0,0,0, 0)' )
136
- . checkElementStyle ( '.highlightLine51' , 'background-color' , 'rgba(0,0,0, 0)' )
135
+ . checkElementStyle ( '.highlightLine41' , 'background-color' , 'rgba(0, 0, 0, 0)' )
136
+ . checkElementStyle ( '.highlightLine51' , 'background-color' , 'rgba(0, 0, 0, 0)' )
137
137
} ,
138
138
139
139
'Should remove all highlights from source code #group1' : function ( browser : NightwatchBrowser ) {
0 commit comments