File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 2 files changed +1
-4
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"]' )
@@ -307,7 +305,7 @@ const tests = {
307
305
}
308
306
309
307
const branch = process . env . CIRCLE_BRANCH
310
- const runTestsConditions = branch && ( branch === 'master' || branch === 'remix_live' || branch . includes ( 'remix_beta' ) || branch . includes ( 'metamask' ) )
308
+ const runTestsConditions = true // branch && (branch === 'master' || branch === 'remix_live' || branch.includes('remix_beta') || branch.includes('metamask'))
311
309
312
310
if ( ! checkBrowserIsChrome ( browser ) ) {
313
311
module . exports = { }
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