@@ -90,7 +90,7 @@ const tests = {
90
90
. setValue ( 'input[data-id="surgePassword"]' , surgePassword )
91
91
. setValue ( 'input[data-id="surgeSubdomain"]' , surgeSubdomain )
92
92
. setValue ( 'input[data-id="functionTitle0x6057361d"]' , 'Function Store Title' )
93
- . setValue ( 'input[data-id="functionTitle0x2e64cec1"]' , 'Function Retrive Title' )
93
+ . setValue ( 'input[data-id="functionTitle0x2e64cec1"]' , 'Function Retrieve Title' )
94
94
. execute ( ( function ( ) {
95
95
document . querySelector ( 'input[data-id="uploadLogo"]' ) . classList . remove ( 'd-none' ) ;
96
96
} ) )
@@ -176,7 +176,7 @@ const tests = {
176
176
} )
177
177
} )
178
178
. assert . containsText ( '*[data-id="functionTitle0x6057361d"]' , 'Function Store Title' )
179
- . assert . containsText ( '*[data-id="functionTitle0x2e64cec1"]' , 'Function Retrive Title' )
179
+ . assert . containsText ( '*[data-id="functionTitle0x2e64cec1"]' , 'Function Retrieve Title' )
180
180
. assert . containsText ( '*[data-id="dappTitle"]' , 'Storage' )
181
181
. assert . containsText ( '*[data-id="dappInstructions"]' , 'Store & retrieve value in a variable' )
182
182
. assert . elementPresent ( '.fa-twitter.btn' , 'Twitter icon should be present' )
@@ -191,9 +191,9 @@ const tests = {
191
191
. getLocation ( '*[data-id="function0x6057361d"]' , function ( result : any ) {
192
192
const funcStoreLocation = result . value
193
193
browser . getLocation ( '*[data-id="function0x2e64cec1"]' , function ( result : any ) {
194
- const funcRetriveLocation = result . value
195
- browser . assert . strictEqual ( funcStoreLocation . y , funcRetriveLocation . y , 'Both functions should be on the same horizontal line' )
196
- browser . assert . ok ( funcStoreLocation . x > funcRetriveLocation . x , 'Function Store should be on the right of Function Retrive ' )
194
+ const funcRetrieveLocation = result . value
195
+ browser . assert . strictEqual ( funcStoreLocation . y , funcRetrieveLocation . y , 'Both functions should be on the same horizontal line' )
196
+ browser . assert . ok ( funcStoreLocation . x > funcRetrieveLocation . x , 'Function Store should be on the right of Function Retrieve ' )
197
197
} )
198
198
} )
199
199
. getAttribute ( 'a[data-id="viewSourceCode"]' , 'href' , function ( result ) {
0 commit comments