File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ const tests = {
47
47
. switchBrowserTab ( 0 )
48
48
. refreshPage ( )
49
49
. waitForElementVisible ( '*[data-id="remixIdeIconPanel"]' , 10000 )
50
- . click ( '*[data-id="landingPageStartSolidity"]' )
51
50
. clickLaunchIcon ( 'udapp' )
52
51
. waitForElementPresent ( '*[data-id="settingsNetworkEnv"]' )
53
52
. switchEnvironment ( 'injected-MetaMask' )
@@ -282,7 +281,6 @@ const tests = {
282
281
} )
283
282
. refreshPage ( )
284
283
. waitForElementVisible ( '*[data-id="remixIdeIconPanel"]' , 10000 )
285
- . click ( '*[data-id="landingPageStartSolidity"]' )
286
284
. clickLaunchIcon ( 'udapp' )
287
285
. switchEnvironment ( 'injected-MetaMask' )
288
286
. waitForElementPresent ( '*[data-id="settingsNetworkEnv"]' )
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ const tests = {
37
37
. useCss ( ) . switchBrowserTab ( 0 )
38
38
. refreshPage ( )
39
39
. waitForElementVisible ( '*[data-id="remixIdeIconPanel"]' , 10000 )
40
- . click ( '*[data-id="landingPageStartSolidity"]' )
41
40
. clickLaunchIcon ( 'udapp' )
42
41
. switchEnvironment ( 'injected-MetaMask' )
43
42
You can’t perform that action at this time.
0 commit comments