File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,16 @@ module.exports = {
45
45
. waitForElementVisible ( '*[data-id="remixIdeIconPanel"]' , 10000 )
46
46
. clickLaunchIcon ( 'filePanel' )
47
47
. click ( 'div[data-id="verticalIconsHomeIcon"]' )
48
- . pause ( 1000 )
49
- . click ( '*[data-id="workspacesSelect"]' )
50
- . click ( '*[data-id="workspaceclone"]' )
48
+ . waitForElementVisible ( '*[data-id="github-dropdown-toggle"]' )
49
+ . click ( '*[data-id="github-dropdown-toggle"]' )
51
50
. waitForElementVisible ( 'input[data-id="modalDialogCustomPromptTextClone"]' )
52
51
. execute ( ( ) => {
53
52
( document . querySelector ( 'input[data-id="modalDialogCustomPromptTextClone"]' ) as any ) . focus ( )
54
53
} , [ ] , ( ) => { } )
55
54
. clearValue ( 'input[data-id="modalDialogCustomPromptTextClone"]' ) . pause ( 1000 )
56
55
. setValue ( 'input[data-id="modalDialogCustomPromptTextClone"]' , testData . validURL )
57
- . waitForElementVisible ( '*[data-id="fileSystem -modal-footer-ok-react"]' )
58
- . click ( '[data-id="fileSystem -modal-footer-ok-react"]' )
56
+ . waitForElementVisible ( '*[data-id="topbarModal -modal-footer-ok-react"]' )
57
+ . click ( '[data-id="topbarModal -modal-footer-ok-react"]' )
59
58
. openFile ( 'Roles.sol' )
60
59
. waitForElementVisible ( {
61
60
selector : `//*[@data-id='tab-active' and @data-path="git-hometab-test.git/Roles.sol"]` ,
Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ function runTests (browser: NightwatchBrowser) {
77
77
'Fallback function of contract TooMuchGas requires too much gas' ,
78
78
'TooMuchGas.() : Variables have very similar names "test" and "test1".' ,
79
79
'TooMuchGas.() : Variables have very similar names "test" and "test1".' ] ,
80
- '#staticanalysisresult .warning' ,
81
- browser
80
+ '#staticanalysisresult .warning' ,
81
+ browser
82
82
)
83
83
} )
84
84
}
You can’t perform that action at this time.
0 commit comments