@@ -80,7 +80,7 @@ module.exports = {
80
80
. addFile ( 'Untitled8.sol' , sources [ 7 ] [ 'Untitled8.sol' ] )
81
81
. clickLaunchIcon ( 'filePanel' )
82
82
. clickLaunchIcon ( 'solidity' )
83
- . waitForElementVisible ( '[data-id="https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-contracts/master/contracts/token/ERC20/ERC20.sol"]' , 60000 )
83
+ . waitForElementVisible ( '[data-id="https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-contracts/master/contracts/token/ERC20/ERC20.sol"]' , 120000 )
84
84
. scrollAndClick ( '[data-id="https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-contracts/master/contracts/token/ERC20/ERC20.sol"]' ) // click on error which point to ERC20 code
85
85
. pause ( 5000 )
86
86
. getEditorValue ( ( content ) => {
@@ -93,7 +93,7 @@ module.exports = {
93
93
. setSolidityCompilerVersion ( 'soljson-v0.8.7+commit.e28d00a7.js' )
94
94
. waitForElementPresent ( {
95
95
selector : `//*[@data-id='compilerloaded' and @data-version='soljson-v0.8.7+commit.e28d00a7.js']` ,
96
- locateStrategy : 'xpath' , timeout : 60000 } )
96
+ locateStrategy : 'xpath' , timeout : 120000 } )
97
97
. clickLaunchIcon ( 'filePanel' )
98
98
. click ( 'li[data-id="treeViewLitreeViewItemREADME.txt"' )
99
99
. addFile ( 'Untitled9.sol' , sources [ 8 ] [ 'Untitled9.sol' ] )
@@ -120,7 +120,7 @@ module.exports = {
120
120
. setSolidityCompilerVersion ( 'soljson-v0.8.7+commit.e28d00a7.js' )
121
121
. waitForElementPresent ( {
122
122
selector : `//*[@data-id='compilerloaded' and @data-version='soljson-v0.8.7+commit.e28d00a7.js']` ,
123
- locateStrategy : 'xpath' , timeout : 60000 } )
123
+ locateStrategy : 'xpath' , timeout : 120000 } )
124
124
. clickLaunchIcon ( 'filePanel' )
125
125
. click ( 'li[data-id="treeViewLitreeViewItemREADME.txt"' )
126
126
. addFile ( 'package.json' , sources [ 9 ] [ 'package.json' ] )
@@ -148,7 +148,7 @@ module.exports = {
148
148
. setSolidityCompilerVersion ( 'soljson-v0.8.30+commit.73712a01.js' )
149
149
. waitForElementPresent ( {
150
150
selector : `//*[@data-id='compilerloaded' and @data-version='soljson-v0.8.30+commit.73712a01.js']` ,
151
- locateStrategy : 'xpath' , timeout : 60000 } )
151
+ locateStrategy : 'xpath' , timeout : 120000 } )
152
152
. clickLaunchIcon ( 'filePanel' )
153
153
. click ( 'li[data-id="treeViewLitreeViewItemREADME.txt"' )
154
154
. addFile ( 'remappings.txt' , sources [ 10 ] [ 'remappings.txt' ] )
@@ -172,8 +172,8 @@ module.exports = {
172
172
. waitForElementVisible ( '[data-id="modalDialogCustomPromptTextClone"]' )
173
173
. setValue ( '[data-id="modalDialogCustomPromptTextClone"]' , 'https://github.com/remix-project-org/remix-reward' )
174
174
. click ( '[data-id="topbarModal-modal-footer-ok-react"]' )
175
- . waitForElementPresent ( '.fa-spinner' , 60000 )
176
- . waitForElementNotPresent ( '.fa-spinner' , 60000 )
175
+ . waitForElementPresent ( '.fa-spinner' , 120000 )
176
+ . waitForElementNotPresent ( '.fa-spinner' , 120000 )
177
177
. waitForElementVisible ( '*[data-id="treeViewLitreeViewItem.git"]' )
178
178
. waitForElementContainsText ( '[data-id="workspacesSelect"]' , 'remix-reward' )
179
179
. clickLaunchIcon ( 'solidity' )
0 commit comments